Home
last modified time | relevance | path

Searched refs:MMC_CAP2_HS400_ES (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/mmc/core/
H A Dhost.c400 host->caps2 |= MMC_CAP2_HS400_ES; in mmc_of_parse()
409 MMC_CAP2_HS400_ES); in mmc_of_parse()
627 if (caps2 & (MMC_CAP2_HS400_ES | MMC_CAP2_HS400) && in mmc_validate_host_caps()
630 host->caps2 = caps2 & ~MMC_CAP2_HS400_ES & ~MMC_CAP2_HS400; in mmc_validate_host_caps()
H A Dcore.c1006 if ((host->caps2 & MMC_CAP2_HS400_ES) && in mmc_set_initial_state()
H A Dmmc.c259 if ((caps2 & MMC_CAP2_HS400_ES) && in mmc_select_card_type()
/linux/drivers/mmc/host/
H A Dsdhci_am654.c825 host->mmc->caps2 & (MMC_CAP2_HS400 | MMC_CAP2_HS400_ES)) { in sdhci_am654_init()
827 host->mmc->caps2 &= ~(MMC_CAP2_HS400 | MMC_CAP2_HS400_ES); in sdhci_am654_init()
H A Dsdhci-brcmstb.c555 (host->mmc->caps2 & MMC_CAP2_HS400_ES)) in sdhci_brcmstb_probe()
H A Dsdhci-esdhc-imx.c1820 host->mmc->caps2 &= ~(MMC_CAP2_HS400 | MMC_CAP2_HS400_ES); in sdhci_esdhc_imx_probe_dt()
1936 host->mmc->caps2 |= MMC_CAP2_HS400_ES; in sdhci_esdhc_imx_probe()
H A Drenesas_sdhi_core.c1149 host->mmc->caps2 &= ~(MMC_CAP2_HS400 | MMC_CAP2_HS400_ES); in renesas_sdhi_probe()
H A Dsdhci.c3910 if ((mmc->caps2 & MMC_CAP2_HS400_ES) && in sdhci_runtime_resume_host()
4539 mmc->caps2 &= ~(MMC_CAP2_HS200 | MMC_CAP2_HS400 | MMC_CAP2_HS400_ES); in sdhci_setup_host()
4593 mmc->caps2 &= ~(MMC_CAP2_HSX00_1_8V | MMC_CAP2_HS400_ES); in sdhci_setup_host()
H A Dsdhci-pci-gli.c1994 MMC_CAP2_HS400_ES | in gli_probe_slot_gl9763e()
H A Dsdhci-pci-core.c935 slot->host->mmc->caps2 |= MMC_CAP2_HS400_ES; in glk_emmc_probe_slot()
/linux/include/linux/mmc/
H A Dhost.h453 #define MMC_CAP2_HS400_ES (1 << 20) /* Host supports enhanced strobe */ macro