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:config_be
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/fsl/
H
A
D
fsl_asrc_dma.c
142
struct dma_slave_config config_fe = {},
config_be
= {};
in fsl_asrc_dma_hw_params()
local
272
config_be
.direction = DMA_DEV_TO_DEV;
in fsl_asrc_dma_hw_params()
273
config_be
.src_addr_width = buswidth;
in fsl_asrc_dma_hw_params()
274
config_be
.src_maxburst = dma_params_be->maxburst;
in fsl_asrc_dma_hw_params()
275
config_be
.dst_addr_width = buswidth;
in fsl_asrc_dma_hw_params()
276
config_be
.dst_maxburst = dma_params_be->maxburst;
in fsl_asrc_dma_hw_params()
279
config_be
.peripheral_config = &audio_config;
in fsl_asrc_dma_hw_params()
280
config_be
.peripheral_size = sizeof(audio_config);
in fsl_asrc_dma_hw_params()
290
config_be
.src_addr = asrc->paddr + asrc->get_fifo_addr(OUT, index);
in fsl_asrc_dma_hw_params()
291
config_be
in fsl_asrc_dma_hw_params()
[all...]
/kernel/linux/linux-5.10/sound/soc/fsl/
H
A
D
fsl_asrc_dma.c
141
struct dma_slave_config config_fe,
config_be
;
in fsl_asrc_dma_hw_params()
local
267
config_be
.direction = DMA_DEV_TO_DEV;
in fsl_asrc_dma_hw_params()
268
config_be
.src_addr_width = buswidth;
in fsl_asrc_dma_hw_params()
269
config_be
.src_maxburst = dma_params_be->maxburst;
in fsl_asrc_dma_hw_params()
270
config_be
.dst_addr_width = buswidth;
in fsl_asrc_dma_hw_params()
271
config_be
.dst_maxburst = dma_params_be->maxburst;
in fsl_asrc_dma_hw_params()
274
config_be
.src_addr = asrc->paddr + asrc->get_fifo_addr(OUT, index);
in fsl_asrc_dma_hw_params()
275
config_be
.dst_addr = dma_params_be->addr;
in fsl_asrc_dma_hw_params()
277
config_be
.dst_addr = asrc->paddr + asrc->get_fifo_addr(IN, index);
in fsl_asrc_dma_hw_params()
278
config_be
in fsl_asrc_dma_hw_params()
[all...]
Completed in 6 milliseconds