Searched refs:MMC_CAP2_NO_MMC (Results 1 – 5 of 5) sorted by relevance
101 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()
610 MMC_CAP2_NO_MMC; in litex_mmc_probe()
1424 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()
1484 mmc->caps2 |= MMC_CAP2_NO_MMC; in init_extra_caps()
455 #define MMC_CAP2_NO_MMC (1 << 22) /* Do not send (e)MMC commands during initialization */ macro