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:dl_cfg
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_cldma.c
236
u32 ul_cfg,
dl_cfg
;
in t7xx_cldma_hw_init()
local
239
dl_cfg
= ioread32(hw_info->ap_ao_base + REG_CLDMA_DL_CFG);
in t7xx_cldma_hw_init()
242
dl_cfg
&= ~DL_CFG_BIT_MODE_MASK;
in t7xx_cldma_hw_init()
246
dl_cfg
|= DL_CFG_BIT_MODE_64;
in t7xx_cldma_hw_init()
249
dl_cfg
|= DL_CFG_BIT_MODE_40;
in t7xx_cldma_hw_init()
252
dl_cfg
|= DL_CFG_BIT_MODE_36;
in t7xx_cldma_hw_init()
256
dl_cfg
|= DL_CFG_UP_HW_LAST;
in t7xx_cldma_hw_init()
257
iowrite32(
dl_cfg
, hw_info->ap_ao_base + REG_CLDMA_DL_CFG);
in t7xx_cldma_hw_init()
/kernel/linux/linux-6.6/sound/soc/fsl/
H
A
D
fsl_sai.c
522
struct fsl_sai_dl_cfg *
dl_cfg
= sai->
dl_cfg
;
in fsl_sai_hw_params()
local
555
if (
dl_cfg
[i].type == dl_type &&
dl_cfg
[i].pins[tx] == pins) {
in fsl_sai_hw_params()
561
if (hweight8(
dl_cfg
[dl_cfg_idx].mask[tx]) < pins) {
in fsl_sai_hw_params()
635
if (hweight8(
dl_cfg
[dl_cfg_idx].mask[tx]) <= 1 || sai->is_multi_fifo_dma)
in fsl_sai_hw_params()
644
dl_cfg
[dl_cfg_idx].start_off[tx] * 0x4;
in fsl_sai_hw_params()
650
sai->audio_config[tx].stride_fifos_dst =
dl_cfg
[dl_cfg_idx].next_off[tx];
in fsl_sai_hw_params()
653
sai->audio_config[tx].stride_fifos_src =
dl_cfg
[dl_cfg_idx].next_off[tx];
in fsl_sai_hw_params()
669
if (hweight8(
dl_cfg
[dl_cfg_id
in fsl_sai_hw_params()
[all...]
H
A
D
fsl_sai.h
291
struct fsl_sai_dl_cfg *
dl_cfg
;
member
Completed in 4 milliseconds