Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dhost.c318 host->caps2 |= MMC_CAP2_HS400_ES; in mmc_of_parse()
Dmmc.c243 if ((caps2 & MMC_CAP2_HS400_ES) && in mmc_select_card_type()
Dcore.c1033 if ((host->caps2 & MMC_CAP2_HS400_ES) && in mmc_set_initial_state()
/Linux-v4.19/include/linux/mmc/
Dhost.h364 #define MMC_CAP2_HS400_ES (1 << 20) /* Host supports enhanced strobe */ macro
/Linux-v4.19/drivers/mmc/host/
Dsdhci-pci-core.c738 slot->host->mmc->caps2 |= MMC_CAP2_HS400_ES, in glk_emmc_probe_slot()
Dsdhci.c3156 if ((mmc->caps2 & MMC_CAP2_HS400_ES) && in sdhci_runtime_resume_host()
3776 mmc->caps2 &= ~(MMC_CAP2_HSX00_1_8V | MMC_CAP2_HS400_ES); in sdhci_setup_host()