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:init_reg_size
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
ste_dma40.c
501
* @
init_reg_size
: the size of d40_reg_val array
515
u32
init_reg_size
;
member
3228
base->gen_dmac.
init_reg_size
= ARRAY_SIZE(dma_init_reg_v4b);
in d40_hw_detect_init()
3243
base->gen_dmac.
init_reg_size
= ARRAY_SIZE(dma_init_reg_v4a);
in d40_hw_detect_init()
3327
u32 reg_size = base->gen_dmac.
init_reg_size
;
in d40_hw_init()
3369
base->gen_dmac.
init_reg_size
= 0;
in d40_hw_init()
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
ste_dma40.c
530
* @
init_reg_size
: the size of d40_reg_val array
544
u32
init_reg_size
;
member
3243
base->gen_dmac.
init_reg_size
= ARRAY_SIZE(dma_init_reg_v4b);
in d40_hw_detect_init()
3258
base->gen_dmac.
init_reg_size
= ARRAY_SIZE(dma_init_reg_v4a);
in d40_hw_detect_init()
3323
u32 reg_size = base->gen_dmac.
init_reg_size
;
in d40_hw_init()
3365
base->gen_dmac.
init_reg_size
= 0;
in d40_hw_init()
Completed in 10 milliseconds