Searched refs:MMC_CAP2_NO_MMC (Results 1 – 8 of 8) 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()
2894 if (mmc->caps2 & MMC_CAP2_NO_MMC) in msdc_of_property_parse()3007 if (!(mmc->caps2 & MMC_CAP2_NO_MMC)) { in msdc_drv_probe()
406 host->caps2 |= MMC_CAP2_NO_MMC; in mmc_of_parse()628 !(caps & MMC_CAP_8_BIT_DATA) && !(caps2 & MMC_CAP2_NO_MMC)) { in mmc_validate_host_caps()
2140 if (!(host->caps2 & MMC_CAP2_NO_MMC)) in mmc_rescan_try_freq()
455 #define MMC_CAP2_NO_MMC (1 << 22) /* Do not send (e)MMC commands during initialization */ macro