Searched refs:MMC_CAP2_NO_SD (Results 1 – 9 of 9) sorted by relevance
223 host->mmc->caps2 |= (MMC_CAP2_NO_SDIO|MMC_CAP2_NO_SD); in sdhci_sparx5_probe()
603 host->mmc->caps2 |= MMC_CAP2_NO_SD; in sdhci_pci_o2_probe_slot()
791 MMC_CAP2_NO_SD; in gli_probe_slot_gl9763e()
1430 mmc->caps2 |= MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in sh_mmcif_probe()
243 if (host->slot->mmc->caps2 & MMC_CAP2_NO_SD && in dw_mci_wait_while_busy()
382 #define MMC_CAP2_NO_SD (1 << 21) /* Do not send SD commands during initialization */ macro
354 host->caps2 |= MMC_CAP2_NO_SD; in mmc_of_parse()
2172 if (!(host->caps2 & MMC_CAP2_NO_SD)) in mmc_rescan_try_freq()2180 if (!(host->caps2 & MMC_CAP2_NO_SD)) in mmc_rescan_try_freq()
425 if (!(card->host->caps2 & MMC_CAP2_NO_SD) && card->host->ops->card_busy) { in card_busy_detect()