Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mmc/core/
Dhost.c394 host->caps2 |= MMC_CAP2_HS400_ES; in mmc_of_parse()
403 MMC_CAP2_HS400_ES); in mmc_of_parse()
Dcore.c995 if ((host->caps2 & MMC_CAP2_HS400_ES) && in mmc_set_initial_state()
Dmmc.c242 if ((caps2 & MMC_CAP2_HS400_ES) && in mmc_select_card_type()
/Linux-v5.15/drivers/mmc/host/
Dsdhci-brcmstb.c281 (host->mmc->caps2 & MMC_CAP2_HS400_ES)) in sdhci_brcmstb_probe()
Dsdhci-pci-gli.c876 MMC_CAP2_HS400_ES | in gli_probe_slot_gl9763e()
Drenesas_sdhi_core.c960 host->mmc->caps2 &= ~(MMC_CAP2_HS400 | MMC_CAP2_HS400_ES); in renesas_sdhi_probe()
Dsdhci-esdhc-imx.c1662 host->mmc->caps2 |= MMC_CAP2_HS400_ES; in sdhci_esdhc_imx_probe()
Dsdhci.c3774 if ((mmc->caps2 & MMC_CAP2_HS400_ES) && in sdhci_runtime_resume_host()
4445 mmc->caps2 &= ~(MMC_CAP2_HSX00_1_8V | MMC_CAP2_HS400_ES); in sdhci_setup_host()
Dsdhci-pci-core.c989 slot->host->mmc->caps2 |= MMC_CAP2_HS400_ES; in glk_emmc_probe_slot()
/Linux-v5.15/include/linux/mmc/
Dhost.h389 #define MMC_CAP2_HS400_ES (1 << 20) /* Host supports enhanced strobe */ macro