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:dca_base
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ioat/
H
A
D
dca.c
91
void __iomem *
dca_base
;
member
137
readw(ioatdca->
dca_base
+ IOAT3_DCA_GREQID_OFFSET);
in ioat_dca_add_requester()
163
readw(ioatdca->
dca_base
+ IOAT3_DCA_GREQID_OFFSET);
in ioat_dca_remove_requester()
285
ioatdca->
dca_base
= iobase + dca_offset;
in ioat_dca_init()
289
csi_fsb_control = readw(ioatdca->
dca_base
+ IOAT3_CSI_CONTROL_OFFSET);
in ioat_dca_init()
293
ioatdca->
dca_base
+ IOAT3_CSI_CONTROL_OFFSET);
in ioat_dca_init()
295
pcie_control = readw(ioatdca->
dca_base
+ IOAT3_PCI_CONTROL_OFFSET);
in ioat_dca_init()
299
ioatdca->
dca_base
+ IOAT3_PCI_CONTROL_OFFSET);
in ioat_dca_init()
307
readl(ioatdca->
dca_base
+ IOAT3_APICID_TAG_MAP_OFFSET_LOW);
in ioat_dca_init()
309
readl(ioatdca->
dca_base
in ioat_dca_init()
[all...]
/kernel/linux/linux-6.6/drivers/dma/ioat/
H
A
D
dca.c
91
void __iomem *
dca_base
;
member
137
readw(ioatdca->
dca_base
+ IOAT3_DCA_GREQID_OFFSET);
in ioat_dca_add_requester()
163
readw(ioatdca->
dca_base
+ IOAT3_DCA_GREQID_OFFSET);
in ioat_dca_remove_requester()
285
ioatdca->
dca_base
= iobase + dca_offset;
in ioat_dca_init()
289
csi_fsb_control = readw(ioatdca->
dca_base
+ IOAT3_CSI_CONTROL_OFFSET);
in ioat_dca_init()
293
ioatdca->
dca_base
+ IOAT3_CSI_CONTROL_OFFSET);
in ioat_dca_init()
295
pcie_control = readw(ioatdca->
dca_base
+ IOAT3_PCI_CONTROL_OFFSET);
in ioat_dca_init()
299
ioatdca->
dca_base
+ IOAT3_PCI_CONTROL_OFFSET);
in ioat_dca_init()
307
readl(ioatdca->
dca_base
+ IOAT3_APICID_TAG_MAP_OFFSET_LOW);
in ioat_dca_init()
309
readl(ioatdca->
dca_base
in ioat_dca_init()
[all...]
Completed in 2 milliseconds