Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/core/
H A Dhost.c402 host->caps2 |= MMC_CAP2_HS400_ES; in mmc_of_parse()
411 MMC_CAP2_HS400_ES); in mmc_of_parse()
626 if (caps2 & (MMC_CAP2_HS400_ES | MMC_CAP2_HS400) && in mmc_validate_host_caps()
629 host->caps2 = caps2 & ~MMC_CAP2_HS400_ES & ~MMC_CAP2_HS400; in mmc_validate_host_caps()
H A Dcore.c1001 if ((host->caps2 & MMC_CAP2_HS400_ES) && in mmc_set_initial_state()
H A Dmmc.c250 if ((caps2 & MMC_CAP2_HS400_ES) && in mmc_select_card_type()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-brcmstb.c311 (host->mmc->caps2 & MMC_CAP2_HS400_ES)) in sdhci_brcmstb_probe()
H A Dsdhci-esdhc-imx.c1640 host->mmc->caps2 &= ~(MMC_CAP2_HS400 | MMC_CAP2_HS400_ES); in sdhci_esdhc_imx_probe_dt()
1746 host->mmc->caps2 |= MMC_CAP2_HS400_ES; in sdhci_esdhc_imx_probe()
H A Drenesas_sdhi_core.c994 host->mmc->caps2 &= ~(MMC_CAP2_HS400 | MMC_CAP2_HS400_ES); in renesas_sdhi_probe()
H A Dsdhci-pci-gli.c1496 MMC_CAP2_HS400_ES | in gli_probe_slot_gl9763e()
H A Dsdhci-pci-core.c927 slot->host->mmc->caps2 |= MMC_CAP2_HS400_ES; in glk_emmc_probe_slot()
H A Dsdhci.c3873 if ((mmc->caps2 & MMC_CAP2_HS400_ES) && in sdhci_runtime_resume_host()
4548 mmc->caps2 &= ~(MMC_CAP2_HSX00_1_8V | MMC_CAP2_HS400_ES); in sdhci_setup_host()
/openbmc/linux/include/linux/mmc/
H A Dhost.h417 #define MMC_CAP2_HS400_ES (1 << 20) /* Host supports enhanced strobe */ macro