Home
last modified time | relevance | path

Searched refs:MMC_CAP2_NO_SDIO (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/mmc/host/
Dsdhci-pci-gli.c269 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()
Dsdhci-pci-o2micro.c556 host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in sdhci_pci_o2_probe_slot()
Dalcor.c1058 mmc->caps2 = MMC_CAP2_NO_SDIO; in alcor_init_mmc()
Drtsx_usb_sdmmc.c1319 MMC_CAP2_NO_SDIO; in rtsx_usb_init_host()
Dsh_mmcif.c1428 mmc->caps2 |= MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in sh_mmcif_probe()
/Linux-v5.4/drivers/mmc/core/
Dhost.c317 host->caps2 |= MMC_CAP2_NO_SDIO; in mmc_of_parse()
Dcore.c2185 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()
/Linux-v5.4/include/linux/mmc/
Dhost.h364 #define MMC_CAP2_NO_SDIO (1 << 19) /* Do not send SDIO commands during initialization */ macro