Home
last modified time | relevance | path

Searched refs:MMC_CAP2_HS400 (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/mmc/core/
H A Dhost.c627 if (caps2 & (MMC_CAP2_HS400_ES | MMC_CAP2_HS400) && in mmc_validate_host_caps()
630 host->caps2 = caps2 & ~MMC_CAP2_HS400_ES & ~MMC_CAP2_HS400; in mmc_validate_host_caps()
/linux/drivers/mmc/host/
H A Dsdhci_am654.c139 MMC_CAP2_HS400},
825 host->mmc->caps2 & (MMC_CAP2_HS400 | MMC_CAP2_HS400_ES)) { in sdhci_am654_init()
827 host->mmc->caps2 &= ~(MMC_CAP2_HS400 | MMC_CAP2_HS400_ES); in sdhci_am654_init()
H A Dsdhci-esdhc-imx.c1820 host->mmc->caps2 &= ~(MMC_CAP2_HS400 | MMC_CAP2_HS400_ES); in sdhci_esdhc_imx_probe_dt()
1930 host->mmc->caps2 |= MMC_CAP2_HS400; in sdhci_esdhc_imx_probe()
H A Dmeson-gx-mmc.c1249 mmc->caps2 &= ~MMC_CAP2_HS400; in meson_mmc_probe()
H A Drenesas_sdhi_core.c1149 host->mmc->caps2 &= ~(MMC_CAP2_HS400 | MMC_CAP2_HS400_ES); in renesas_sdhi_probe()
H A Dsunxi-mmc.c1458 mmc->caps2 &= ~MMC_CAP2_HS400; in sunxi_mmc_probe()
H A Dsdhci-of-dwcmshc.c902 host->mmc->caps2 &= ~(MMC_CAP2_HS200 | MMC_CAP2_HS400); in dwcmshc_rk35xx_postinit()
H A Dsdhci.c4539 mmc->caps2 &= ~(MMC_CAP2_HS200 | MMC_CAP2_HS400 | MMC_CAP2_HS400_ES); in sdhci_setup_host()
4616 mmc->caps2 |= MMC_CAP2_HS400; in sdhci_setup_host()
/linux/include/linux/mmc/
H A Dhost.h446 #define MMC_CAP2_HS400 (MMC_CAP2_HS400_1_8V | \ macro