Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:qmgr_regs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/ixp4xx/
H
A
D
ixp4xx-qmgr.c
16
static struct
qmgr_regs
__iomem *
qmgr_regs
;
variable
36
__raw_writel(val, &
qmgr_regs
->acc[queue][0]);
in qmgr_put_entry()
42
val = __raw_readl(&
qmgr_regs
->acc[queue][0]);
in qmgr_get_entry()
54
return (__raw_readl(&
qmgr_regs
->stat1[queue >> 3])
in __qmgr_get_stat1()
61
return (__raw_readl(&
qmgr_regs
->stat2[queue >> 4])
in __qmgr_get_stat2()
86
return (__raw_readl(&
qmgr_regs
->statne_h) >>
in qmgr_stat_below_low_watermark()
100
return (__raw_readl(&
qmgr_regs
->statf_h) >>
in qmgr_stat_full()
126
reg = &
qmgr_regs
->irqsrc[queue >> 3]; /* 8 queues per u32 */
in qmgr_set_irq()
146
__raw_writel(0xFFFFFFFF, &
qmgr_regs
in qmgr_irq1_a0()
[all...]
/kernel/linux/linux-6.6/drivers/soc/ixp4xx/
H
A
D
ixp4xx-qmgr.c
17
static struct
qmgr_regs
__iomem *
qmgr_regs
;
variable
37
__raw_writel(val, &
qmgr_regs
->acc[queue][0]);
in qmgr_put_entry()
43
val = __raw_readl(&
qmgr_regs
->acc[queue][0]);
in qmgr_get_entry()
55
return (__raw_readl(&
qmgr_regs
->stat1[queue >> 3])
in __qmgr_get_stat1()
62
return (__raw_readl(&
qmgr_regs
->stat2[queue >> 4])
in __qmgr_get_stat2()
87
return (__raw_readl(&
qmgr_regs
->statne_h) >>
in qmgr_stat_below_low_watermark()
101
return (__raw_readl(&
qmgr_regs
->statf_h) >>
in qmgr_stat_full()
127
reg = &
qmgr_regs
->irqsrc[queue >> 3]; /* 8 queues per u32 */
in qmgr_set_irq()
147
__raw_writel(0xFFFFFFFF, &
qmgr_regs
in qmgr_irq1_a0()
[all...]
/kernel/linux/linux-5.10/include/linux/soc/ixp4xx/
H
A
D
qmgr.h
44
struct
qmgr_regs
{
struct
/kernel/linux/linux-6.6/include/linux/soc/ixp4xx/
H
A
D
qmgr.h
44
struct
qmgr_regs
{
struct
Completed in 2 milliseconds