Searched refs:MMC_CAP2_HS400_ES (Results 1 – 10 of 10) sorted by relevance
403 host->caps2 |= MMC_CAP2_HS400_ES; in mmc_of_parse()412 MMC_CAP2_HS400_ES); in mmc_of_parse()601 if (caps2 & (MMC_CAP2_HS400_ES | MMC_CAP2_HS400) && in mmc_validate_host_caps()604 host->caps2 = caps2 & ~MMC_CAP2_HS400_ES & ~MMC_CAP2_HS400; in mmc_validate_host_caps()
997 if ((host->caps2 & MMC_CAP2_HS400_ES) && in mmc_set_initial_state()
250 if ((caps2 & MMC_CAP2_HS400_ES) && in mmc_select_card_type()
319 (host->mmc->caps2 & MMC_CAP2_HS400_ES)) in sdhci_brcmstb_probe()
994 host->mmc->caps2 &= ~(MMC_CAP2_HS400 | MMC_CAP2_HS400_ES); in renesas_sdhi_probe()
1054 MMC_CAP2_HS400_ES | in gli_probe_slot_gl9763e()
1692 host->mmc->caps2 |= MMC_CAP2_HS400_ES; in sdhci_esdhc_imx_probe()
932 slot->host->mmc->caps2 |= MMC_CAP2_HS400_ES; in glk_emmc_probe_slot()
3895 if ((mmc->caps2 & MMC_CAP2_HS400_ES) && in sdhci_runtime_resume_host()4573 mmc->caps2 &= ~(MMC_CAP2_HSX00_1_8V | MMC_CAP2_HS400_ES); in sdhci_setup_host()
411 #define MMC_CAP2_HS400_ES (1 << 20) /* Host supports enhanced strobe */ macro