Searched refs:MMC_CAP2_NO_SDIO (Results 1 – 8 of 8) sorted by relevance
269 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9750()279 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9755()
556 host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in sdhci_pci_o2_probe_slot()
1058 mmc->caps2 = MMC_CAP2_NO_SDIO; in alcor_init_mmc()
1319 MMC_CAP2_NO_SDIO; in rtsx_usb_init_host()
1428 mmc->caps2 |= MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in sh_mmcif_probe()
317 host->caps2 |= MMC_CAP2_NO_SDIO; in mmc_of_parse()
2185 if (!(host->caps2 & MMC_CAP2_NO_SDIO)) in mmc_rescan_try_freq()2194 if (!(host->caps2 & MMC_CAP2_NO_SDIO)) in mmc_rescan_try_freq()
364 #define MMC_CAP2_NO_SDIO (1 << 19) /* Do not send SDIO commands during initialization */ macro