Symbol: MMC_TIMING_MMC_HS
drivers/mmc/core/debugfs.c
126
case MMC_TIMING_MMC_HS:
drivers/mmc/core/host.c
234
&map->phase[MMC_TIMING_MMC_HS]);
drivers/mmc/core/mmc.c
1099
card->ext_csd.generic_cmd6_time, MMC_TIMING_MMC_HS,
drivers/mmc/core/mmc.c
1212
mmc_set_timing(host, MMC_TIMING_MMC_HS);
drivers/mmc/core/mmc.c
1316
mmc_set_timing(host, MMC_TIMING_MMC_HS);
drivers/mmc/core/mmc.c
1419
mmc_set_timing(host, MMC_TIMING_MMC_HS);
drivers/mmc/host/cavium.c
880
(ios->timing == MMC_TIMING_MMC_HS)) |
drivers/mmc/host/dw_mmc-hi3798cv200.c
53
if (ios->timing == MMC_TIMING_MMC_HS ||
drivers/mmc/host/meson-gx-mmc.c
586
case MMC_TIMING_MMC_HS:
drivers/mmc/host/mtk-sd.c
989
case MMC_TIMING_MMC_HS:
drivers/mmc/host/mvsdio.c
645
if (ios->timing == MMC_TIMING_MMC_HS ||
drivers/mmc/host/rtsx_pci_sdmmc.c
1051
case MMC_TIMING_MMC_HS:
drivers/mmc/host/rtsx_usb_sdmmc.c
1114
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-brcmstb.c
256
timing == MMC_TIMING_MMC_HS ||
drivers/mmc/host/sdhci-cadence.c
361
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-esdhc-imx.c
1437
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-of-arasan.c
1037
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-of-arasan.c
1083
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-of-arasan.c
784
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-of-arasan.c
853
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-of-arasan.c
913
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-of-arasan.c
980
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-of-dwcmshc.c
548
(timing == MMC_TIMING_MMC_HS))
drivers/mmc/host/sdhci-of-esdhc.c
41
.max_clk[MMC_TIMING_MMC_HS] = 46500000,
drivers/mmc/host/sdhci-of-esdhc.c
66
.max_clk[MMC_TIMING_MMC_HS] = 42000000,
drivers/mmc/host/sdhci-omap.c
1190
pinctrl_state[MMC_TIMING_MMC_HS] = state;
drivers/mmc/host/sdhci-pci-arasan.c
272
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-pci-core.c
626
if (timing == MMC_TIMING_MMC_HS || timing == MMC_TIMING_SD_HS)
drivers/mmc/host/sdhci-pci-gli.c
1722
else if (timing == MMC_TIMING_MMC_HS)
drivers/mmc/host/sdhci-pxav3.c
287
} else if (uhs == MMC_TIMING_MMC_HS) {
drivers/mmc/host/sdhci-sprd.c
109
{ "sprd,phy-delay-mmc-highspeed", MMC_TIMING_MMC_HS, },
drivers/mmc/host/sdhci-sprd.c
349
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-xenon-phy.c
553
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-xenon.c
294
(ios->timing == MMC_TIMING_MMC_HS)) {
drivers/mmc/host/sdhci.c
1877
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci.c
2438
ios->timing == MMC_TIMING_MMC_HS ||
drivers/mmc/host/sdhci_am654.c
110
[MMC_TIMING_MMC_HS] = {"ti,otap-del-sel-mmc-hs",
drivers/mmc/host/sdhci_am654.c
405
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sunplus-mmc.c
262
case MMC_TIMING_MMC_HS:
drivers/staging/greybus/sdio.c
647
case MMC_TIMING_MMC_HS:
include/linux/mmc/host.h
695
card->host->ios.timing == MMC_TIMING_MMC_HS;