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:PXA_DCMD_LENGTH
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
pxa_dma.c
71
#define
PXA_DCMD_LENGTH
0x01fff /* length mask (max = 8K - 1) */
macro
74
#define PDMA_MAX_DESC_BYTES (
PXA_DCMD_LENGTH
& ~((1 << PDMA_ALIGNMENT) - 1))
248
dcmd &
PXA_DCMD_LENGTH
);
in descriptors_show()
297
PXA_DCMD_STR(ENDIAN), burst, width, dcmd &
PXA_DCMD_LENGTH
);
in chan_state_show()
527
(
PXA_DCMD_LENGTH
& sizeof(u32));
in set_updater_desc()
950
hw_desc->dcmd = dcmd | (
PXA_DCMD_LENGTH
& copy);
in pxad_prep_memcpy()
999
dcmd | (
PXA_DCMD_LENGTH
& len);
in pxad_prep_slave_sg()
1037
dcmd |= PXA_DCMD_ENDIRQEN | (
PXA_DCMD_LENGTH
& period_len);
in pxad_prep_dma_cyclic()
1159
len = hw_desc->dcmd &
PXA_DCMD_LENGTH
;
in pxad_residue()
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
pxa_dma.c
71
#define
PXA_DCMD_LENGTH
0x01fff /* length mask (max = 8K - 1) */
macro
74
#define PDMA_MAX_DESC_BYTES (
PXA_DCMD_LENGTH
& ~((1 << PDMA_ALIGNMENT) - 1))
248
dcmd &
PXA_DCMD_LENGTH
);
in descriptors_show()
297
PXA_DCMD_STR(ENDIAN), burst, width, dcmd &
PXA_DCMD_LENGTH
);
in chan_state_show()
527
(
PXA_DCMD_LENGTH
& sizeof(u32));
in set_updater_desc()
948
hw_desc->dcmd = dcmd | (
PXA_DCMD_LENGTH
& copy);
in pxad_prep_memcpy()
997
dcmd | (
PXA_DCMD_LENGTH
& len);
in pxad_prep_slave_sg()
1035
dcmd |= PXA_DCMD_ENDIRQEN | (
PXA_DCMD_LENGTH
& period_len);
in pxad_prep_dma_cyclic()
1157
len = hw_desc->dcmd &
PXA_DCMD_LENGTH
;
in pxad_residue()
Completed in 5 milliseconds