Home
last modified time | relevance | path

Searched refs:SDHCI_SUPPORT_HS400 (Results 1 – 3 of 3) sorted by relevance

/drivers/mmc/host/
Dsdhci.h236 #define SDHCI_SUPPORT_HS400 0x80000000 /* Non-standard */ macro
Dsdhci-esdhc-imx.c351 val |= SDHCI_SUPPORT_HS400; in esdhc_readl_le()
360 | SDHCI_SUPPORT_SDR104 | SDHCI_SUPPORT_HS400); in esdhc_readl_le()
Dsdhci.c4046 (host->caps1 & SDHCI_SUPPORT_HS400)) in sdhci_setup_host()