Searched refs:MMC_TIMING_MMC_HS200 (Results 1 – 25 of 46) sorted by relevance
12
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-of-arasan.c | 653 case MMC_TIMING_MMC_HS200: in sdhci_zynqmp_sdcardclk_set_phase() 721 case MMC_TIMING_MMC_HS200: in sdhci_zynqmp_sampleclk_set_phase() 780 case MMC_TIMING_MMC_HS200: in sdhci_versal_sdcardclk_set_phase() 846 case MMC_TIMING_MMC_HS200: in sdhci_versal_sampleclk_set_phase() 1063 zynqmp_oclk_phase[MMC_TIMING_MMC_HS200] = 90; in arasan_dt_parse_clk_phases() 1102 arasan_dt_read_clk_phase(dev, clk_data, MMC_TIMING_MMC_HS200, in arasan_dt_parse_clk_phases()
|
| H A D | sdhci-cadence.c | 253 if (host->timing != MMC_TIMING_MMC_HS200 && in sdhci_cdns_execute_tuning() 291 case MMC_TIMING_MMC_HS200: in sdhci_cdns_set_uhs_signaling()
|
| H A D | sdhci-xenon.c | 203 if (timing == MMC_TIMING_MMC_HS200) in xenon_set_uhs_signaling() 280 (ios->timing == MMC_TIMING_MMC_HS200) || in xenon_set_ios()
|
| H A D | dw_mmc-hi3798cv200.c | 62 else if (ios->timing == MMC_TIMING_MMC_HS200) in dw_mci_hi3798cv200_set_ios()
|
| H A D | sdhci-sprd.c | 97 { "sprd,phy-delay-mmc-hs200", MMC_TIMING_MMC_HS200, }, 335 case MMC_TIMING_MMC_HS200: in sdhci_sprd_set_uhs_signaling()
|
| H A D | sdhci-brcmstb.c | 105 if ((timing == MMC_TIMING_MMC_HS200) || in sdhci_brcmstb_set_uhs_signaling()
|
| H A D | sdhci-pci-arasan.c | 277 case MMC_TIMING_MMC_HS200: in arasan_select_phy_clock()
|
| H A D | dw_mmc-rockchip.c | 124 case MMC_TIMING_MMC_HS200: in dw_mci_rk3288_set_ios()
|
| H A D | sdhci-st.c | 286 case MMC_TIMING_MMC_HS200: in sdhci_st_set_uhs_signaling()
|
| H A D | sdhci-of-esdhc.c | 48 .max_clk[MMC_TIMING_MMC_HS200] = 167000000, 54 .max_clk[MMC_TIMING_MMC_HS200] = 125000000,
|
| H A D | sdhci-omap.c | 1000 MMC_TIMING_MMC_HS200 + 1, in sdhci_omap_config_iodelay_pinctrl_state() 1069 pinctrl_state[MMC_TIMING_MMC_HS200] = state; in sdhci_omap_config_iodelay_pinctrl_state()
|
| H A D | sdhci-xenon-phy.c | 746 case MMC_TIMING_MMC_HS200: in xenon_hs_delay_adj()
|
| H A D | sdhci-esdhc-imx.c | 1076 case MMC_TIMING_MMC_HS200: in esdhc_change_pinstate() 1194 case MMC_TIMING_MMC_HS200: in esdhc_set_uhs_signaling()
|
| H A D | sdhci-msm.c | 1116 ios->timing == MMC_TIMING_MMC_HS200 || in sdhci_msm_is_tuning_needed() 1324 case MMC_TIMING_MMC_HS200: in sdhci_msm_set_uhs_signaling() 1342 uhs == MMC_TIMING_MMC_HS200 || in sdhci_msm_set_uhs_signaling()
|
| H A D | sdhci-of-dwcmshc.c | 189 if ((timing == MMC_TIMING_MMC_HS200) || in dwcmshc_set_uhs_signaling()
|
| H A D | sdhci-pci-o2micro.c | 315 if ((host->timing != MMC_TIMING_MMC_HS200) && in sdhci_o2_execute_tuning()
|
| H A D | sdhci_am654.c | 133 [MMC_TIMING_MMC_HS200] = {"ti,otap-del-sel-hs200",
|
| H A D | sdhci-pci-gli.c | 642 if (timing == MMC_TIMING_MMC_HS200) in sdhci_set_gl9763e_signaling()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | host.h | 62 return card->host->ios.timing == MMC_TIMING_MMC_HS200; in mmc_card_hs200()
|
| H A D | debugfs.c | 146 case MMC_TIMING_MMC_HS200: in mmc_ios_show()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | mmc.h | 561 #define MMC_TIMING_MMC_HS200 9 macro 648 return mmc->timing == MMC_TIMING_MMC_HS200; in mmc_card_hs200()
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | sdhci.c | 457 if ((timing == MMC_TIMING_MMC_HS200) || 668 case MMC_TIMING_MMC_HS200:
|
| H A D | mmc-uclass.c | 41 mmc->timing == MMC_TIMING_MMC_HS200 && in dm_mmc_send_cmd()
|
| H A D | xenon_sdhci.c | 220 (priv->timing == MMC_TIMING_MMC_HS200) || in xenon_mmc_phy_set()
|
| /OK3568_Linux_fs/kernel/include/linux/mmc/ |
| H A D | host.h | 65 #define MMC_TIMING_MMC_HS200 9 macro
|
12