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:SDHCI_SPEC_300
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci-pic32.c
65
if (host->version >=
SDHCI_SPEC_300
)
in pic32_sdhci_set_bus_width()
68
if (host->version >=
SDHCI_SPEC_300
)
in pic32_sdhci_set_bus_width()
H
A
D
sdhci-sirf.c
55
val = prss | (
SDHCI_SPEC_300
<< 16);
in sdhci_sirf_readl_le()
68
ret |=
SDHCI_SPEC_300
;
in sdhci_sirf_readw_le()
H
A
D
sdhci-of-arasan.c
635
/* This is applicable for
SDHCI_SPEC_300
and above */
in sdhci_zynqmp_sdcardclk_set_phase()
636
if (host->version <
SDHCI_SPEC_300
)
in sdhci_zynqmp_sdcardclk_set_phase()
700
/* This is applicable for
SDHCI_SPEC_300
and above */
in sdhci_zynqmp_sampleclk_set_phase()
701
if (host->version <
SDHCI_SPEC_300
)
in sdhci_zynqmp_sampleclk_set_phase()
762
/* This is applicable for
SDHCI_SPEC_300
and above */
in sdhci_versal_sdcardclk_set_phase()
763
if (host->version <
SDHCI_SPEC_300
)
in sdhci_versal_sdcardclk_set_phase()
828
/* This is applicable for
SDHCI_SPEC_300
and above */
in sdhci_versal_sampleclk_set_phase()
829
if (host->version <
SDHCI_SPEC_300
)
in sdhci_versal_sampleclk_set_phase()
H
A
D
sdhci.c
1871
if (host->version >=
SDHCI_SPEC_300
) {
in sdhci_calc_clk()
2321
if (host->version >=
SDHCI_SPEC_300
&&
in sdhci_set_ios()
2362
host->version >=
SDHCI_SPEC_300
&&
in sdhci_set_ios()
2383
if (host->version >=
SDHCI_SPEC_300
) {
in sdhci_set_ios()
2593
if (host->version <
SDHCI_SPEC_300
)
in sdhci_start_signal_voltage_switch()
2929
if (host->version <
SDHCI_SPEC_300
)
in sdhci_enable_preset_value()
4089
if (host->version <
SDHCI_SPEC_300
)
in __sdhci_read_caps()
4333
if (host->version >=
SDHCI_SPEC_300
)
in sdhci_setup_host()
4372
else if (host->version >=
SDHCI_SPEC_300
) {
in sdhci_setup_host()
4427
if ((host->version >=
SDHCI_SPEC_300
)
in sdhci_setup_host()
[all...]
H
A
D
sdhci-of-esdhc.c
843
(esdhc->spec_ver >=
SDHCI_SPEC_300
)) {
in esdhc_reset()
891
if (host->version <
SDHCI_SPEC_300
)
in esdhc_signal_voltage_switch()
H
A
D
sdhci.h
276
#define
SDHCI_SPEC_300
2
macro
H
A
D
sdhci-esdhc-imx.c
538
return
SDHCI_SPEC_300
;
in esdhc_readw_le()
H
A
D
sdhci-msm.c
2075
if (host->version <
SDHCI_SPEC_300
)
in sdhci_msm_start_signal_voltage_switch()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci-pic32.c
65
if (host->version >=
SDHCI_SPEC_300
)
in pic32_sdhci_set_bus_width()
68
if (host->version >=
SDHCI_SPEC_300
)
in pic32_sdhci_set_bus_width()
H
A
D
sdhci-of-arasan.c
741
/* This is applicable for
SDHCI_SPEC_300
and above */
in sdhci_zynqmp_sdcardclk_set_phase()
742
if (host->version <
SDHCI_SPEC_300
)
in sdhci_zynqmp_sdcardclk_set_phase()
807
/* This is applicable for
SDHCI_SPEC_300
and above */
in sdhci_zynqmp_sampleclk_set_phase()
808
if (host->version <
SDHCI_SPEC_300
)
in sdhci_zynqmp_sampleclk_set_phase()
870
/* This is applicable for
SDHCI_SPEC_300
and above */
in sdhci_versal_sdcardclk_set_phase()
871
if (host->version <
SDHCI_SPEC_300
)
in sdhci_versal_sdcardclk_set_phase()
937
/* This is applicable for
SDHCI_SPEC_300
and above */
in sdhci_versal_sampleclk_set_phase()
938
if (host->version <
SDHCI_SPEC_300
)
in sdhci_versal_sampleclk_set_phase()
H
A
D
sdhci.c
1894
if (host->version >=
SDHCI_SPEC_300
) {
in sdhci_calc_clk()
2346
if (host->version >=
SDHCI_SPEC_300
&&
in sdhci_set_ios()
2387
host->version >=
SDHCI_SPEC_300
&&
in sdhci_set_ios()
2408
if (host->version >=
SDHCI_SPEC_300
) {
in sdhci_set_ios()
2620
if (host->version <
SDHCI_SPEC_300
)
in sdhci_start_signal_voltage_switch()
2955
if (host->version <
SDHCI_SPEC_300
)
in sdhci_enable_preset_value()
4132
if (host->version <
SDHCI_SPEC_300
)
in __sdhci_read_caps()
4380
if (host->version >=
SDHCI_SPEC_300
)
in sdhci_setup_host()
4419
else if (host->version >=
SDHCI_SPEC_300
) {
in sdhci_setup_host()
4474
if ((host->version >=
SDHCI_SPEC_300
)
in sdhci_setup_host()
[all...]
H
A
D
sdhci-of-esdhc.c
850
(esdhc->spec_ver >=
SDHCI_SPEC_300
)) {
in esdhc_reset()
898
if (host->version <
SDHCI_SPEC_300
)
in esdhc_signal_voltage_switch()
H
A
D
sdhci.h
285
#define
SDHCI_SPEC_300
2
macro
H
A
D
sdhci-esdhc-imx.c
638
return
SDHCI_SPEC_300
;
in esdhc_readw_le()
H
A
D
sdhci-msm.c
2206
if (host->version <
SDHCI_SPEC_300
)
in sdhci_msm_start_signal_voltage_switch()
Completed in 36 milliseconds