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:convert_burst
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
idma64.c
393
static void
convert_burst
(u32 *maxburst)
in convert_burst()
function
408
convert_burst
(&idma64c->config.src_maxburst);
in idma64_slave_config()
409
convert_burst
(&idma64c->config.dst_maxburst);
in idma64_slave_config()
H
A
D
sun4i-dma.c
192
static int
convert_burst
(u32 maxburst)
in convert_burst()
function
459
ret =
convert_burst
(sconfig->src_maxburst);
in generate_ndma_promise()
465
ret =
convert_burst
(sconfig->dst_maxburst);
in generate_ndma_promise()
516
ret =
convert_burst
(sconfig->src_maxburst);
in generate_ddma_promise()
522
ret =
convert_burst
(sconfig->dst_maxburst);
in generate_ddma_promise()
H
A
D
at_hdmac_regs.h
285
static inline void
convert_burst
(u32 *maxburst)
in convert_burst()
function
H
A
D
sun6i-dma.c
274
static inline s8
convert_burst
(u32 maxburst)
in convert_burst()
function
618
dst_burst =
convert_burst
(dst_maxburst);
in set_config()
619
src_burst =
convert_burst
(src_maxburst);
in set_config()
662
burst =
convert_burst
(8);
in sun6i_dma_prep_dma_memcpy()
H
A
D
at_hdmac.c
1332
convert_burst
(&atchan->dma_sconfig.src_maxburst);
in atc_config()
1333
convert_burst
(&atchan->dma_sconfig.dst_maxburst);
in atc_config()
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
idma64.c
397
static void
convert_burst
(u32 *maxburst)
in convert_burst()
function
412
convert_burst
(&idma64c->config.src_maxburst);
in idma64_slave_config()
413
convert_burst
(&idma64c->config.dst_maxburst);
in idma64_slave_config()
H
A
D
sun4i-dma.c
203
static int
convert_burst
(u32 maxburst)
in convert_burst()
function
470
ret =
convert_burst
(sconfig->src_maxburst);
in generate_ndma_promise()
476
ret =
convert_burst
(sconfig->dst_maxburst);
in generate_ndma_promise()
527
ret =
convert_burst
(sconfig->src_maxburst);
in generate_ddma_promise()
533
ret =
convert_burst
(sconfig->dst_maxburst);
in generate_ddma_promise()
H
A
D
sun6i-dma.c
282
static inline s8
convert_burst
(u32 maxburst)
in convert_burst()
function
625
dst_burst =
convert_burst
(dst_maxburst);
in set_config()
626
src_burst =
convert_burst
(src_maxburst);
in set_config()
680
burst =
convert_burst
(8);
in sun6i_dma_prep_dma_memcpy()
H
A
D
at_hdmac.c
301
static inline void
convert_burst
(u32 *maxburst)
in convert_burst()
function
1562
convert_burst
(&atchan->dma_sconfig.src_maxburst);
in atc_config()
1563
convert_burst
(&atchan->dma_sconfig.dst_maxburst);
in atc_config()
Completed in 18 milliseconds