Symbol: MMC_TIMING_MMC_HS400
drivers/mmc/core/debugfs.c
153
case MMC_TIMING_MMC_HS400:
drivers/mmc/core/host.c
187
if (host->ios.timing == MMC_TIMING_MMC_HS400) {
drivers/mmc/core/host.c
252
&map->phase[MMC_TIMING_MMC_HS400]);
drivers/mmc/core/host.h
74
return card->host->ios.timing == MMC_TIMING_MMC_HS400;
drivers/mmc/core/mmc.c
1250
mmc_set_timing(host, MMC_TIMING_MMC_HS400);
drivers/mmc/core/mmc.c
1454
mmc_set_timing(host, MMC_TIMING_MMC_HS400);
drivers/mmc/host/dw_mmc-exynos.c
278
if (timing == MMC_TIMING_MMC_HS400)
drivers/mmc/host/dw_mmc-exynos.c
287
if (timing == MMC_TIMING_MMC_HS400) {
drivers/mmc/host/dw_mmc-exynos.c
339
case MMC_TIMING_MMC_HS400:
drivers/mmc/host/dw_mmc-hi3798cv200.c
47
if (ios->timing == MMC_TIMING_MMC_HS400)
drivers/mmc/host/dw_mmc-hi3798mv200.c
161
host->phase_map.phase[MMC_TIMING_MMC_HS400].in_deg = degrees[mid];
drivers/mmc/host/dw_mmc-hi3798mv200.c
50
if (ios->timing == MMC_TIMING_MMC_HS400)
drivers/mmc/host/dw_mmc.c
1353
ios->timing == MMC_TIMING_MMC_HS400)
drivers/mmc/host/dw_mmc.c
960
host->timing != MMC_TIMING_MMC_HS400)
drivers/mmc/host/dw_mmc.c
970
host->timing != MMC_TIMING_MMC_HS400)
drivers/mmc/host/mtk-sd.c
1000
case MMC_TIMING_MMC_HS400:
drivers/mmc/host/mtk-sd.c
1042
timing == MMC_TIMING_MMC_HS400) {
drivers/mmc/host/mtk-sd.c
1043
if (timing == MMC_TIMING_MMC_HS400)
drivers/mmc/host/mtk-sd.c
1057
if (timing == MMC_TIMING_MMC_HS400 &&
drivers/mmc/host/mtk-sd.c
1134
if (timing == MMC_TIMING_MMC_HS400 &&
drivers/mmc/host/renesas_sdhi_core.c
149
bool need_slow_clkh = host->mmc->ios.timing == MMC_TIMING_MMC_HS400;
drivers/mmc/host/renesas_sdhi_core.c
221
if (!(host->mmc->ios.timing == MMC_TIMING_MMC_HS400))
drivers/mmc/host/renesas_sdhi_core.c
758
host->mmc->ios.timing == MMC_TIMING_MMC_HS400) {
drivers/mmc/host/renesas_sdhi_core.c
838
!(host->mmc->ios.timing == MMC_TIMING_MMC_HS400 && !use_4tap))
drivers/mmc/host/sdhci-acpi.c
551
if (host->timing == MMC_TIMING_MMC_HS400 ||
drivers/mmc/host/sdhci-acpi.c
563
if (host->timing == MMC_TIMING_MMC_HS400 &&
drivers/mmc/host/sdhci-brcmstb.c
264
else if (timing == MMC_TIMING_MMC_HS400)
drivers/mmc/host/sdhci-cadence.c
370
case MMC_TIMING_MMC_HS400:
drivers/mmc/host/sdhci-esdhc-imx.c
1341
case MMC_TIMING_MMC_HS400:
drivers/mmc/host/sdhci-esdhc-imx.c
1448
case MMC_TIMING_MMC_HS400:
drivers/mmc/host/sdhci-esdhc-imx.c
1465
timing == MMC_TIMING_MMC_HS400))
drivers/mmc/host/sdhci-msm.c
1160
!(ios->timing == MMC_TIMING_MMC_HS400 ||
drivers/mmc/host/sdhci-msm.c
1378
case MMC_TIMING_MMC_HS400:
drivers/mmc/host/sdhci-msm.c
1396
if (uhs == MMC_TIMING_MMC_HS400 ||
drivers/mmc/host/sdhci-msm.c
1427
if (mmc->ios.timing == MMC_TIMING_MMC_HS400)
drivers/mmc/host/sdhci-msm.c
371
(timing == MMC_TIMING_MMC_HS400 &&
drivers/mmc/host/sdhci-msm.c
918
if (ios.timing == MMC_TIMING_MMC_HS400 ||
drivers/mmc/host/sdhci-of-arasan.c
1042
case MMC_TIMING_MMC_HS400:
drivers/mmc/host/sdhci-of-arasan.c
1087
case MMC_TIMING_MMC_HS400:
drivers/mmc/host/sdhci-of-arasan.c
1277
u32 zynqmp_iclk_phase[MMC_TIMING_MMC_HS400 + 1] =
drivers/mmc/host/sdhci-of-arasan.c
1279
u32 zynqmp_oclk_phase[MMC_TIMING_MMC_HS400 + 1] =
drivers/mmc/host/sdhci-of-arasan.c
1288
for (i = 0; i <= MMC_TIMING_MMC_HS400; i++) {
drivers/mmc/host/sdhci-of-arasan.c
1295
u32 versal_iclk_phase[MMC_TIMING_MMC_HS400 + 1] =
drivers/mmc/host/sdhci-of-arasan.c
1297
u32 versal_oclk_phase[MMC_TIMING_MMC_HS400 + 1] =
drivers/mmc/host/sdhci-of-arasan.c
1300
for (i = 0; i <= MMC_TIMING_MMC_HS400; i++) {
drivers/mmc/host/sdhci-of-arasan.c
1306
u32 versal_net_iclk_phase[MMC_TIMING_MMC_HS400 + 1] =
drivers/mmc/host/sdhci-of-arasan.c
1308
u32 versal_net_oclk_phase[MMC_TIMING_MMC_HS400 + 1] =
drivers/mmc/host/sdhci-of-arasan.c
1311
for (i = 0; i <= MMC_TIMING_MMC_HS400; i++) {
drivers/mmc/host/sdhci-of-dwcmshc.c
1713
if (timing == MMC_TIMING_MMC_HS400 && host->clock == 200000000) {
drivers/mmc/host/sdhci-of-dwcmshc.c
555
else if (timing == MMC_TIMING_MMC_HS400) {
drivers/mmc/host/sdhci-of-dwcmshc.c
576
if (timing == MMC_TIMING_MMC_HS400)
drivers/mmc/host/sdhci-of-dwcmshc.c
792
host->mmc->ios.timing == MMC_TIMING_MMC_HS400) {
drivers/mmc/host/sdhci-of-dwcmshc.c
851
host->mmc->ios.timing == MMC_TIMING_MMC_HS400)
drivers/mmc/host/sdhci-of-dwcmshc.c
854
if (rockchip_pdata->revision == 1 && host->mmc->ios.timing == MMC_TIMING_MMC_HS400) {
drivers/mmc/host/sdhci-of-esdhc.c
1211
if (timing == MMC_TIMING_MMC_HS400)
drivers/mmc/host/sdhci-of-esdhc.c
32
#define MMC_TIMING_NUM (MMC_TIMING_MMC_HS400 + 1)
drivers/mmc/host/sdhci-of-esdhc.c
690
(host->mmc->ios.timing == MMC_TIMING_MMC_HS400 ||
drivers/mmc/host/sdhci-of-esdhc.c
744
if (host->mmc->ios.timing == MMC_TIMING_MMC_HS400 &&
drivers/mmc/host/sdhci-of-k1.c
194
if (timing == MMC_TIMING_MMC_HS400)
drivers/mmc/host/sdhci-pci-arasan.c
288
case MMC_TIMING_MMC_HS400:
drivers/mmc/host/sdhci-pci-gli.c
1726
else if (timing == MMC_TIMING_MMC_HS400)
drivers/mmc/host/sdhci-sprd.c
112
{ "sprd,phy-delay-mmc-hs400", MMC_TIMING_MMC_HS400, },
drivers/mmc/host/sdhci-sprd.c
113
{ "sprd,phy-delay-mmc-hs400es", MMC_TIMING_MMC_HS400 + 1, },
drivers/mmc/host/sdhci-sprd.c
367
case MMC_TIMING_MMC_HS400:
drivers/mmc/host/sdhci-sprd.c
567
sdhci_writel(host, p[MMC_TIMING_MMC_HS400 + 1],
drivers/mmc/host/sdhci-sprd.c
91
u32 phy_delay[MMC_TIMING_MMC_HS400 + 2];
drivers/mmc/host/sdhci-tegra.c
1026
case MMC_TIMING_MMC_HS400:
drivers/mmc/host/sdhci-tegra.c
540
case MMC_TIMING_MMC_HS400:
drivers/mmc/host/sdhci-xenon-phy.c
473
if (WARN_ON(host->timing != MMC_TIMING_MMC_HS400))
drivers/mmc/host/sdhci-xenon-phy.c
645
case MMC_TIMING_MMC_HS400:
drivers/mmc/host/sdhci-xenon-phy.c
667
if (timing == MMC_TIMING_MMC_HS400)
drivers/mmc/host/sdhci-xenon-phy.c
777
case MMC_TIMING_MMC_HS400:
drivers/mmc/host/sdhci-xenon.c
219
else if (timing == MMC_TIMING_MMC_HS400)
drivers/mmc/host/sdhci-xenon.c
292
if ((ios->timing == MMC_TIMING_MMC_HS400) ||
drivers/mmc/host/sdhci.c
1898
case MMC_TIMING_MMC_HS400:
drivers/mmc/host/sdhci.c
2316
else if (timing == MMC_TIMING_MMC_HS400)
drivers/mmc/host/sdhci.c
2439
ios->timing == MMC_TIMING_MMC_HS400 ||
drivers/mmc/host/sdhci.c
2932
case MMC_TIMING_MMC_HS400:
drivers/mmc/host/sdhci_am654.c
137
[MMC_TIMING_MMC_HS400] = {"ti,otap-del-sel-hs400",
drivers/mmc/host/sdhci_am654.c
294
if (timing == MMC_TIMING_MMC_HS400) {
drivers/mmc/host/sdhci_am654.c
309
if (timing == MMC_TIMING_MMC_HS400) {
drivers/mmc/host/sdhci_am654.c
732
for (i = MMC_TIMING_LEGACY; i <= MMC_TIMING_MMC_HS400; i++) {
drivers/staging/greybus/sdio.c
674
case MMC_TIMING_MMC_HS400:
include/linux/mmc/host.h
98
#define MMC_NUM_CLK_PHASES (MMC_TIMING_MMC_HS400 + 1)