Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-brcmstb.c315 (host->mmc->caps2 & MMC_CAP2_HS400_ES)) in sdhci_brcmstb_probe()
H A Dsdhci-pci-gli.c789 MMC_CAP2_HS400_ES | in gli_probe_slot_gl9763e()
H A Drenesas_sdhi_core.c1000 host->mmc->caps2 &= ~(MMC_CAP2_HS400 | MMC_CAP2_HS400_ES); in renesas_sdhi_probe()
H A Dsdhci-esdhc-imx.c1633 host->mmc->caps2 |= MMC_CAP2_HS400_ES; in sdhci_esdhc_imx_probe()
H A Dsdhci.c3777 if ((mmc->caps2 & MMC_CAP2_HS400_ES) && in sdhci_runtime_resume_host()
4442 mmc->caps2 &= ~(MMC_CAP2_HSX00_1_8V | MMC_CAP2_HS400_ES); in sdhci_setup_host()
H A Dsdhci-pci-core.c985 slot->host->mmc->caps2 |= MMC_CAP2_HS400_ES; in glk_emmc_probe_slot()
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h381 #define MMC_CAP2_HS400_ES (1 << 20) /* Host supports enhanced strobe */ macro
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dhost.c350 host->caps2 |= MMC_CAP2_HS400_ES; in mmc_of_parse()
H A Dcore.c993 if ((host->caps2 & MMC_CAP2_HS400_ES) && in mmc_set_initial_state()
H A Dmmc.c245 if ((caps2 & MMC_CAP2_HS400_ES) && in mmc_select_card_type()