Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mmc/core/
Dhost.c403 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()
Dcore.c995 if ((host->caps2 & MMC_CAP2_HS400_ES) && in mmc_set_initial_state()
Dmmc.c250 if ((caps2 & MMC_CAP2_HS400_ES) && in mmc_select_card_type()
/linux-5.19.10/drivers/mmc/host/
Dsdhci-brcmstb.c314 (host->mmc->caps2 & MMC_CAP2_HS400_ES)) in sdhci_brcmstb_probe()
Dsdhci-pci-gli.c1020 MMC_CAP2_HS400_ES | in gli_probe_slot_gl9763e()
Drenesas_sdhi_core.c979 host->mmc->caps2 &= ~(MMC_CAP2_HS400 | MMC_CAP2_HS400_ES); in renesas_sdhi_probe()
Dsdhci-esdhc-imx.c1677 host->mmc->caps2 |= MMC_CAP2_HS400_ES; in sdhci_esdhc_imx_probe()
Dsdhci-pci-core.c904 slot->host->mmc->caps2 |= MMC_CAP2_HS400_ES; in glk_emmc_probe_slot()
Dsdhci.c3802 if ((mmc->caps2 & MMC_CAP2_HS400_ES) && in sdhci_runtime_resume_host()
4474 mmc->caps2 &= ~(MMC_CAP2_HSX00_1_8V | MMC_CAP2_HS400_ES); in sdhci_setup_host()
/linux-5.19.10/include/linux/mmc/
Dhost.h392 #define MMC_CAP2_HS400_ES (1 << 20) /* Host supports enhanced strobe */ macro