Symbol: MMC_TIMING_SD_HS
drivers/mmc/core/debugfs.c
129
case MMC_TIMING_SD_HS:
drivers/mmc/core/host.c
242
&map->phase[MMC_TIMING_SD_HS]);
drivers/mmc/core/sd.c
1534
mmc_set_timing(card->host, MMC_TIMING_SD_HS);
drivers/mmc/core/sd.c
1543
if (host->ios.timing == MMC_TIMING_SD_HS &&
drivers/mmc/core/sd.c
1562
if (host->ios.timing == MMC_TIMING_SD_HS &&
drivers/mmc/core/sdio.c
800
mmc_set_timing(card->host, MMC_TIMING_SD_HS);
drivers/mmc/core/sdio.c
878
mmc_set_timing(card->host, MMC_TIMING_SD_HS);
drivers/mmc/host/atmel-mci.c
1486
if (ios->timing == MMC_TIMING_SD_HS)
drivers/mmc/host/dw_mmc-rockchip.c
216
if (!IS_ERR(priv->sample_clk) && ios->timing <= MMC_TIMING_SD_HS)
drivers/mmc/host/meson-gx-mmc.c
587
case MMC_TIMING_SD_HS:
drivers/mmc/host/mtk-sd.c
968
case MMC_TIMING_SD_HS:
drivers/mmc/host/mvsdio.c
646
ios->timing == MMC_TIMING_SD_HS)
drivers/mmc/host/rtsx_pci_sdmmc.c
1052
case MMC_TIMING_SD_HS:
drivers/mmc/host/rtsx_usb_sdmmc.c
1115
case MMC_TIMING_SD_HS:
drivers/mmc/host/sdhci-brcmstb.c
255
else if (timing == MMC_TIMING_SD_HS ||
drivers/mmc/host/sdhci-of-arasan.c
1349
arasan_dt_read_clk_phase(dev, clk_data, MMC_TIMING_SD_HS,
drivers/mmc/host/sdhci-of-arasan.c
787
case MMC_TIMING_SD_HS:
drivers/mmc/host/sdhci-of-arasan.c
856
case MMC_TIMING_SD_HS:
drivers/mmc/host/sdhci-of-arasan.c
916
case MMC_TIMING_SD_HS:
drivers/mmc/host/sdhci-of-arasan.c
983
case MMC_TIMING_SD_HS:
drivers/mmc/host/sdhci-of-esdhc.c
42
.max_clk[MMC_TIMING_SD_HS] = 46500000,
drivers/mmc/host/sdhci-of-esdhc.c
67
.max_clk[MMC_TIMING_SD_HS] = 40000000,
drivers/mmc/host/sdhci-omap.c
1185
pinctrl_state[MMC_TIMING_SD_HS] = state;
drivers/mmc/host/sdhci-pci-arasan.c
273
case MMC_TIMING_SD_HS:
drivers/mmc/host/sdhci-pci-core.c
627
if (timing == MMC_TIMING_MMC_HS || timing == MMC_TIMING_SD_HS)
drivers/mmc/host/sdhci-sprd.c
106
{ "sprd,phy-delay-sd-highspeed", MMC_TIMING_SD_HS, },
drivers/mmc/host/sdhci-sprd.c
350
case MMC_TIMING_SD_HS:
drivers/mmc/host/sdhci-xenon-phy.c
552
case MMC_TIMING_SD_HS:
drivers/mmc/host/sdhci.c
1878
case MMC_TIMING_SD_HS:
drivers/mmc/host/sdhci.c
2437
if (ios->timing == MMC_TIMING_SD_HS ||
drivers/mmc/host/sdhci_am654.c
113
[MMC_TIMING_SD_HS] = {"ti,otap-del-sel-sd-hs",
drivers/mmc/host/sdhci_am654.c
404
case MMC_TIMING_SD_HS:
drivers/mmc/host/sunplus-mmc.c
263
case MMC_TIMING_SD_HS:
drivers/mmc/host/ushc.c
377
ushc_set_bus_freq(ushc, ios->clock, ios->timing == MMC_TIMING_SD_HS);
drivers/mmc/host/via-sdmmc.c
746
if (ios->timing == MMC_TIMING_SD_HS)
drivers/net/wireless/rsi/rsi_91x_sdio.c
297
host->ios.timing = MMC_TIMING_SD_HS;
drivers/staging/greybus/sdio.c
650
case MMC_TIMING_SD_HS:
include/linux/mmc/host.h
694
return card->host->ios.timing == MMC_TIMING_SD_HS ||