Home
last modified time | relevance | path

Searched refs:MMC_CAP2_NO_MMC (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/mmc/host/
H A Dsdhci-of-k1.c101 if (!(host->mmc->caps2 & MMC_CAP2_NO_MMC)) in spacemit_sdhci_reset()
273 if (!(host->mmc->caps2 & MMC_CAP2_NO_MMC)) { in spacemit_sdhci_probe()
H A Dlitex_mmc.c610 MMC_CAP2_NO_MMC; in litex_mmc_probe()
H A Dsdhci-of-dwcmshc.c1424 u32 sd_caps = MMC_CAP2_NO_MMC | MMC_CAP2_NO_SDIO; in sdhci_eic7700_phase_code_tuning()
1586 u32 sd_caps = MMC_CAP2_NO_MMC | MMC_CAP2_NO_SDIO; in sdhci_eic7700_set_uhs_wrapper()
H A Drtsx_pci_sdmmc.c1484 mmc->caps2 |= MMC_CAP2_NO_MMC; in init_extra_caps()
/linux/include/linux/mmc/
H A Dhost.h455 #define MMC_CAP2_NO_MMC (1 << 22) /* Do not send (e)MMC commands during initialization */ macro