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:tap_num
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
renesas_sdhi_core.c
400
u32 new_tap = (priv->tap_set + 1) % priv->
tap_num
;
in renesas_sdhi_hs400_complete()
403
new_tap = (priv->tap_set - 1) % priv->
tap_num
;
in renesas_sdhi_hs400_complete()
583
unsigned int taps_size = priv->
tap_num
* 2, min_tap_row;
in renesas_sdhi_select_tuning()
594
int offset = priv->
tap_num
* (i < priv->
tap_num
? 1 : -1);
in renesas_sdhi_select_tuning()
629
priv->tap_set = (tap_start + tap_end) / 2 % priv->
tap_num
;
in renesas_sdhi_select_tuning()
650
priv->
tap_num
= renesas_sdhi_init_tuning(host);
in renesas_sdhi_execute_tuning()
651
if (!priv->
tap_num
)
in renesas_sdhi_execute_tuning()
654
if (priv->
tap_num
* 2 >= sizeof(priv->taps) * BITS_PER_BYTE) {
in renesas_sdhi_execute_tuning()
660
bitmap_zero(priv->taps, priv->
tap_num
*
in renesas_sdhi_execute_tuning()
[all...]
H
A
D
renesas_sdhi.h
71
unsigned int
tap_num
;
member
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
renesas_sdhi_core.c
415
u32 new_tap = (priv->tap_set + 1) % priv->
tap_num
;
in renesas_sdhi_hs400_complete()
418
new_tap = (priv->tap_set - 1) % priv->
tap_num
;
in renesas_sdhi_hs400_complete()
619
unsigned int taps_size = priv->
tap_num
* 2, min_tap_row;
in renesas_sdhi_select_tuning()
630
int offset = priv->
tap_num
* (i < priv->
tap_num
? 1 : -1);
in renesas_sdhi_select_tuning()
665
priv->tap_set = (tap_start + tap_end) / 2 % priv->
tap_num
;
in renesas_sdhi_select_tuning()
686
priv->
tap_num
= renesas_sdhi_init_tuning(host);
in renesas_sdhi_execute_tuning()
687
if (!priv->
tap_num
)
in renesas_sdhi_execute_tuning()
690
if (priv->
tap_num
* 2 >= sizeof(priv->taps) * BITS_PER_BYTE) {
in renesas_sdhi_execute_tuning()
696
bitmap_zero(priv->taps, priv->
tap_num
*
in renesas_sdhi_execute_tuning()
[all...]
H
A
D
renesas_sdhi.h
91
unsigned int
tap_num
;
member
/kernel/linux/linux-5.10/sound/soc/meson/
H
A
D
axg-pdm.c
65
unsigned int
tap_num
;
member
329
val = PDM_LPF_STAGE_NUM(lpf->
tap_num
);
in axg_pdm_set_lpf_ctrl()
361
count += lpf[i].
tap_num
;
in axg_pdm_set_lpf_filters()
374
for (j = 0; j < lpf[i].
tap_num
; j++)
in axg_pdm_set_lpf_filters()
554
.
tap_num
= ARRAY_SIZE(lpf1_default_tap),
560
.
tap_num
= ARRAY_SIZE(lpf2_default_tap),
566
.
tap_num
= ARRAY_SIZE(lpf3_default_tap)
/kernel/linux/linux-6.6/sound/soc/meson/
H
A
D
axg-pdm.c
65
unsigned int
tap_num
;
member
322
val = PDM_LPF_STAGE_NUM(lpf->
tap_num
);
in axg_pdm_set_lpf_ctrl()
354
count += lpf[i].
tap_num
;
in axg_pdm_set_lpf_filters()
367
for (j = 0; j < lpf[i].
tap_num
; j++)
in axg_pdm_set_lpf_filters()
556
.
tap_num
= ARRAY_SIZE(lpf1_default_tap),
562
.
tap_num
= ARRAY_SIZE(lpf2_default_tap),
568
.
tap_num
= ARRAY_SIZE(lpf3_default_tap)
Completed in 6 milliseconds