Symbol: MMC_TIMING_MMC_HS
drivers/mmc/core/debugfs.c
126
case MMC_TIMING_MMC_HS:
drivers/mmc/core/host.c
240
&map->phase[MMC_TIMING_MMC_HS]);
drivers/mmc/core/mmc.c
1087
card->ext_csd.generic_cmd6_time, MMC_TIMING_MMC_HS,
drivers/mmc/core/mmc.c
1200
mmc_set_timing(host, MMC_TIMING_MMC_HS);
drivers/mmc/core/mmc.c
1304
mmc_set_timing(host, MMC_TIMING_MMC_HS);
drivers/mmc/core/mmc.c
1405
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
967
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
1408
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-of-arasan.c
1039
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-of-arasan.c
1085
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-of-arasan.c
1347
arasan_dt_read_clk_phase(dev, clk_data, MMC_TIMING_MMC_HS,
drivers/mmc/host/sdhci-of-arasan.c
786
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-of-arasan.c
855
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-of-arasan.c
915
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-of-arasan.c
982
case MMC_TIMING_MMC_HS:
drivers/mmc/host/sdhci-of-dwcmshc.c
503
(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
627
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;