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
defs:cfglo
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/dw/
H
A
D
idma32.c
15
u32
cfglo
= 0;
in idma32_initialize_chan()
local
34
u32
cfglo
= channel_readl(dwc, CFG_LO);
in idma32_suspend_chan()
local
44
u32
cfglo
= channel_readl(dwc, CFG_LO);
in idma32_resume_chan()
local
H
A
D
dw.c
18
u32
cfglo
= DWC_CFGL_CH_PRIOR(dwc->priority);
in dw_dma_initialize_chan()
local
34
u32
cfglo
= channel_readl(dwc, CFG_LO);
in dw_dma_suspend_chan()
local
41
u32
cfglo
= channel_readl(dwc, CFG_LO);
in dw_dma_resume_chan()
local
/kernel/linux/linux-6.6/drivers/dma/dw/
H
A
D
dw.c
18
u32
cfglo
= DWC_CFGL_CH_PRIOR(dwc->priority);
in dw_dma_initialize_chan()
local
34
u32
cfglo
= channel_readl(dwc, CFG_LO);
in dw_dma_suspend_chan()
local
41
u32
cfglo
= channel_readl(dwc, CFG_LO);
in dw_dma_resume_chan()
local
H
A
D
idma32.c
50
u32 cfghi = 0,
cfglo
= 0;
in idma32_initialize_chan_xbar()
local
144
u32
cfglo
= 0;
in idma32_initialize_chan_generic()
local
163
u32
cfglo
= channel_readl(dwc, CFG_LO);
in idma32_suspend_chan()
local
173
u32
cfglo
in idma32_resume_chan()
local
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
idma64.c
62
u32
cfglo
= 0;
in idma64_chan_init()
local
417
u32
cfglo
;
in idma64_chan_deactivate()
local
434
u32
cfglo
;
idma64_chan_activate()
local
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
idma64.c
62
u32
cfglo
= 0;
in idma64_chan_init()
local
421
u32
cfglo
;
in idma64_chan_deactivate()
local
438
u32
cfglo
;
idma64_chan_activate()
local
[all...]
Completed in 3 milliseconds