/openbmc/u-boot/drivers/mmc/ |
H A D | xenon_sdhci.c | 98 #define MMC_TIMING_SD_HS 2 macro 144 (priv->timing == MMC_TIMING_SD_HS) || in xenon_mmc_phy_init() 353 priv->timing = MMC_TIMING_SD_HS; in xenon_sdhci_set_ios_post()
|
/openbmc/linux/include/linux/mmc/ |
H A D | host.h | 55 #define MMC_TIMING_SD_HS 2 macro 629 return card->host->ios.timing == MMC_TIMING_SD_HS || in mmc_card_hs()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-of-arasan.c | 747 case MMC_TIMING_SD_HS: in sdhci_zynqmp_sdcardclk_set_phase() 816 case MMC_TIMING_SD_HS: in sdhci_zynqmp_sampleclk_set_phase() 876 case MMC_TIMING_SD_HS: in sdhci_versal_sdcardclk_set_phase() 943 case MMC_TIMING_SD_HS: in sdhci_versal_sampleclk_set_phase() 1309 arasan_dt_read_clk_phase(dev, clk_data, MMC_TIMING_SD_HS, in arasan_dt_parse_clk_phases()
|
H A D | dw_mmc-rockchip.c | 66 if (!IS_ERR(priv->sample_clk) && ios->timing <= MMC_TIMING_SD_HS) in dw_mci_rk3288_set_ios()
|
H A D | sdhci-pci-arasan.c | 273 case MMC_TIMING_SD_HS: in arasan_select_phy_clock()
|
H A D | sdhci-sprd.c | 107 { "sprd,phy-delay-sd-highspeed", MMC_TIMING_SD_HS, }, 351 case MMC_TIMING_SD_HS: in sdhci_sprd_set_uhs_signaling()
|
H A D | sdhci_am654.c | 113 [MMC_TIMING_SD_HS] = {"ti,otap-del-sel-sd-hs", 377 case MMC_TIMING_SD_HS: in sdhci_am654_write_b()
|
H A D | sdhci-brcmstb.c | 113 else if (timing == MMC_TIMING_SD_HS || in sdhci_brcmstb_set_uhs_signaling()
|
H A D | sdhci-of-esdhc.c | 42 .max_clk[MMC_TIMING_SD_HS] = 46500000, 67 .max_clk[MMC_TIMING_SD_HS] = 40000000,
|
H A D | ushc.c | 377 ushc_set_bus_freq(ushc, ios->clock, ios->timing == MMC_TIMING_SD_HS); in ushc_set_ios()
|
H A D | sdhci-xenon-phy.c | 552 case MMC_TIMING_SD_HS: in xenon_emmc_phy_slow_mode()
|
H A D | mvsdio.c | 646 ios->timing == MMC_TIMING_SD_HS) in mvsd_set_ios()
|
H A D | sunplus-mmc.c | 263 case MMC_TIMING_SD_HS: in spmmc_set_bus_timing()
|
H A D | sdhci-omap.c | 1185 pinctrl_state[MMC_TIMING_SD_HS] = state; in sdhci_omap_config_iodelay_pinctrl_state()
|
H A D | via-sdmmc.c | 745 if (ios->timing == MMC_TIMING_SD_HS) in via_sdc_set_ios()
|
H A D | meson-gx-mmc.c | 587 case MMC_TIMING_SD_HS: in meson_mmc_check_resampling()
|
H A D | rtsx_usb_sdmmc.c | 1076 case MMC_TIMING_SD_HS: in sd_set_timing()
|
H A D | rtsx_pci_sdmmc.c | 1053 case MMC_TIMING_SD_HS: in sd_set_timing()
|
/openbmc/u-boot/board/xilinx/zynqmp/ |
H A D | tap_delays.c | 61 #define MMC_TIMING_SD_HS 6 macro
|
/openbmc/linux/drivers/mmc/core/ |
H A D | debugfs.c | 126 case MMC_TIMING_SD_HS: in mmc_ios_show()
|
H A D | sdio.c | 800 mmc_set_timing(card->host, MMC_TIMING_SD_HS); in mmc_sdio_init_card() 878 mmc_set_timing(card->host, MMC_TIMING_SD_HS); in mmc_sdio_init_card()
|
H A D | sd.c | 1516 mmc_set_timing(card->host, MMC_TIMING_SD_HS); in mmc_sd_init_card() 1525 if (host->ios.timing == MMC_TIMING_SD_HS && in mmc_sd_init_card() 1544 if (host->ios.timing == MMC_TIMING_SD_HS && in mmc_sd_init_card()
|
H A D | host.c | 246 &map->phase[MMC_TIMING_SD_HS]); in mmc_of_parse_clk_phase()
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | sdio.c | 650 case MMC_TIMING_SD_HS: in gb_mmc_set_ios()
|
/openbmc/linux/drivers/net/wireless/rsi/ |
H A D | rsi_91x_sdio.c | 297 host->ios.timing = MMC_TIMING_SD_HS; in rsi_reset_card()
|