Home
last modified time | relevance | path

Searched refs:MMC_TIMING_MMC_HS400 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/mmc/host/
H A Dsdhci-xenon-phy.c473 if (WARN_ON(host->timing != MMC_TIMING_MMC_HS400)) in xenon_emmc_phy_strobe_delay_adj()
645 case MMC_TIMING_MMC_HS400: in xenon_emmc_phy_set()
667 if (timing == MMC_TIMING_MMC_HS400) in xenon_emmc_phy_set()
777 case MMC_TIMING_MMC_HS400: in xenon_hs_delay_adj()
H A Dsdhci_am654.c137 [MMC_TIMING_MMC_HS400] = {"ti,otap-del-sel-hs400",
295 if (timing == MMC_TIMING_MMC_HS400) { in sdhci_am654_set_clock()
310 if (timing == MMC_TIMING_MMC_HS400) { in sdhci_am654_set_clock()
743 for (i = MMC_TIMING_LEGACY; i <= MMC_TIMING_MMC_HS400; i++) { in sdhci_am654_get_otap_delay()
H A Dsdhci-pci-arasan.c288 case MMC_TIMING_MMC_HS400: in arasan_select_phy_clock()
/linux/include/linux/mmc/
H A Dhost.h65 #define MMC_TIMING_MMC_HS400 10 macro
98 #define MMC_NUM_CLK_PHASES (MMC_TIMING_MMC_HS400 + 1)
/linux/drivers/mmc/core/
H A Dhost.c187 if (host->ios.timing == MMC_TIMING_MMC_HS400) { in mmc_retune()
252 &map->phase[MMC_TIMING_MMC_HS400]); in mmc_of_parse_clk_phase()
H A Dmmc.c1250 mmc_set_timing(host, MMC_TIMING_MMC_HS400); in mmc_select_hs400()
1454 mmc_set_timing(host, MMC_TIMING_MMC_HS400); in mmc_select_hs400es()