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:per_if
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/dma/
H
A
D
at91.h
39
#define AT91_XDMAC_DT_PER_IF(
per_if
) (((
per_if
) & AT91_XDMAC_DT_PER_IF_MASK) \
/kernel/linux/linux-5.10/include/dt-bindings/dma/
H
A
D
at91.h
39
#define AT91_XDMAC_DT_PER_IF(
per_if
) (((
per_if
) & AT91_XDMAC_DT_PER_IF_MASK) \
/kernel/linux/linux-6.6/include/dt-bindings/dma/
H
A
D
at91.h
39
#define AT91_XDMAC_DT_PER_IF(
per_if
) (((
per_if
) & AT91_XDMAC_DT_PER_IF_MASK) \
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/dma/
H
A
D
at91.h
39
#define AT91_XDMAC_DT_PER_IF(
per_if
) (((
per_if
) & AT91_XDMAC_DT_PER_IF_MASK) \
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
at_hdmac.c
263
* @
per_if
: peripheral interface
279
u8
per_if
;
member
1285
FIELD_PREP(ATC_DIF, atchan->
per_if
);
in atc_prep_slave_sg()
1332
FIELD_PREP(ATC_SIF, atchan->
per_if
) |
in atc_prep_slave_sg()
1443
FIELD_PREP(ATC_DIF, atchan->
per_if
);
in atc_dma_cyclic_fill_desc()
1455
FIELD_PREP(ATC_SIF, atchan->
per_if
) |
in atc_dma_cyclic_fill_desc()
1847
atchan->
per_if
= dma_spec->args[0] & 0xff;
in at_dma_xlate()
2014
atchan->
per_if
= AT_DMA_PER_IF;
in at_dma_probe()
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
at_hdmac.c
1064
| ATC_SIF(atchan->mem_if) | ATC_DIF(atchan->
per_if
);
in atc_prep_slave_sg()
1104
| ATC_SIF(atchan->
per_if
) | ATC_DIF(atchan->mem_if);
in atc_prep_slave_sg()
1212
| ATC_DIF(atchan->
per_if
);
in atc_dma_cyclic_fill_desc()
1223
| ATC_SIF(atchan->
per_if
)
in atc_dma_cyclic_fill_desc()
1661
atchan->
per_if
= dma_spec->args[0] & 0xff;
in at_dma_xlate()
1843
atchan->
per_if
= AT_DMA_PER_IF;
in at_dma_probe()
H
A
D
at_hdmac_regs.h
232
* @
per_if
: peripheral interface
252
u8
per_if
;
member
Completed in 9 milliseconds