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:drcmr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
pxa_dma.c
105
u32
drcmr
; /* Requestor of the channel */
member
192
u32
drcmr
;
in requester_chan_show()
local
196
drcmr
= readl_relaxed(phy->base + pxad_drcmr(i));
in requester_chan_show()
197
if ((
drcmr
& DRCMR_CHLNUM) == phy->idx)
in requester_chan_show()
199
!!(
drcmr
& DRCMR_MAPVLD));
in requester_chan_show()
419
if (chan->
drcmr
<= pdev->nr_requestors) {
in pxad_free_phy()
420
reg = pxad_drcmr(chan->
drcmr
);
in pxad_free_phy()
463
if (phy->vchan->
drcmr
<= pdev->nr_requestors) {
in phy_enable()
464
reg = pxad_drcmr(phy->vchan->
drcmr
);
in phy_enable()
716
chan->
drcmr
in pxad_free_chan_resources()
[all...]
H
A
D
mmp_pdma.c
104
u32
drcmr
;
member
159
reg = DRCMR(phy->vchan->
drcmr
);
in enable_chan()
284
reg = DRCMR(pchan->
drcmr
);
in mmp_pdma_free_phy()
1016
to_mmp_pdma_chan(chan)->
drcmr
= dma_spec->args[0];
in mmp_pdma_dma_xlate()
1152
c->
drcmr
= *(unsigned int *)param;
in mmp_pdma_filter_fn()
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
pxa_dma.c
105
u32
drcmr
; /* Requestor of the channel */
member
192
u32
drcmr
;
in requester_chan_show()
local
196
drcmr
= readl_relaxed(phy->base + pxad_drcmr(i));
in requester_chan_show()
197
if ((
drcmr
& DRCMR_CHLNUM) == phy->idx)
in requester_chan_show()
199
!!(
drcmr
& DRCMR_MAPVLD));
in requester_chan_show()
419
if (chan->
drcmr
<= pdev->nr_requestors) {
in pxad_free_phy()
420
reg = pxad_drcmr(chan->
drcmr
);
in pxad_free_phy()
463
if (phy->vchan->
drcmr
<= pdev->nr_requestors) {
in phy_enable()
464
reg = pxad_drcmr(phy->vchan->
drcmr
);
in phy_enable()
715
chan->
drcmr
in pxad_free_chan_resources()
[all...]
H
A
D
mmp_pdma.c
103
u32
drcmr
;
member
158
reg = DRCMR(phy->vchan->
drcmr
);
in enable_chan()
283
reg = DRCMR(pchan->
drcmr
);
in mmp_pdma_free_phy()
1015
to_mmp_pdma_chan(chan)->
drcmr
= dma_spec->args[0];
in mmp_pdma_dma_xlate()
/kernel/linux/linux-5.10/include/linux/dma/
H
A
D
pxa-dma.h
14
* @
drcmr
: requestor line number
22
unsigned int
drcmr
;
member
/kernel/linux/linux-6.6/include/linux/dma/
H
A
D
pxa-dma.h
14
* @
drcmr
: requestor line number
22
unsigned int
drcmr
;
member
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
devices.h
3
.prio = PXAD_PRIO_##_prio, .
drcmr
= _requestor })
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H
A
D
devices.h
3
.prio = PXAD_PRIO_##_prio, .
drcmr
= _requestor })
Completed in 8 milliseconds