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_set
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
renesas_sdhi_core.c
399
if (bad_taps & BIT(priv->
tap_set
)) {
in renesas_sdhi_hs400_complete()
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()
406
new_tap = priv->
tap_set
;
in renesas_sdhi_hs400_complete()
410
priv->
tap_set
= new_tap;
in renesas_sdhi_hs400_complete()
414
priv->
tap_set
/ (use_4tap ? 2 : 1));
in renesas_sdhi_hs400_complete()
629
priv->
tap_set
= (tap_start + tap_end) / 2 % priv->tap_num;
in renesas_sdhi_select_tuning()
634
sd_scc_write32(host, priv, SH_MOBILE_SDHI_SCC_TAPSET, priv->
tap_set
);
in renesas_sdhi_select_tuning()
689
unsigned int new_tap = priv->
tap_set
, error_tap = priv->
tap_set
;
in renesas_sdhi_manual_correction()
[all...]
H
A
D
renesas_sdhi.h
72
unsigned int
tap_set
;
member
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
renesas_sdhi_core.c
414
if (bad_taps & BIT(priv->
tap_set
)) {
in renesas_sdhi_hs400_complete()
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()
421
new_tap = priv->
tap_set
;
in renesas_sdhi_hs400_complete()
425
priv->
tap_set
= new_tap;
in renesas_sdhi_hs400_complete()
429
priv->
tap_set
/ (use_4tap ? 2 : 1));
in renesas_sdhi_hs400_complete()
665
priv->
tap_set
= (tap_start + tap_end) / 2 % priv->tap_num;
in renesas_sdhi_select_tuning()
670
sd_scc_write32(host, priv, SH_MOBILE_SDHI_SCC_TAPSET, priv->
tap_set
);
in renesas_sdhi_select_tuning()
725
unsigned int new_tap = priv->
tap_set
, error_tap = priv->
tap_set
;
in renesas_sdhi_manual_correction()
[all...]
H
A
D
renesas_sdhi.h
92
unsigned int
tap_set
;
member
Completed in 4 milliseconds