Home
last modified time | relevance | path

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

/linux-6.1.9/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.c997 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-6.1.9/drivers/mmc/host/
Dsdhci-brcmstb.c319 (host->mmc->caps2 & MMC_CAP2_HS400_ES)) in sdhci_brcmstb_probe()
Drenesas_sdhi_core.c994 host->mmc->caps2 &= ~(MMC_CAP2_HS400 | MMC_CAP2_HS400_ES); in renesas_sdhi_probe()
Dsdhci-pci-gli.c1054 MMC_CAP2_HS400_ES | in gli_probe_slot_gl9763e()
Dsdhci-esdhc-imx.c1692 host->mmc->caps2 |= MMC_CAP2_HS400_ES; in sdhci_esdhc_imx_probe()
Dsdhci-pci-core.c932 slot->host->mmc->caps2 |= MMC_CAP2_HS400_ES; in glk_emmc_probe_slot()
Dsdhci.c3895 if ((mmc->caps2 & MMC_CAP2_HS400_ES) && in sdhci_runtime_resume_host()
4573 mmc->caps2 &= ~(MMC_CAP2_HSX00_1_8V | MMC_CAP2_HS400_ES); in sdhci_setup_host()
/linux-6.1.9/include/linux/mmc/
Dhost.h411 #define MMC_CAP2_HS400_ES (1 << 20) /* Host supports enhanced strobe */ macro