Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dsdhci-pci-gli.c527 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9750()
538 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9755()
785 MMC_CAP2_NO_SDIO | in gli_probe_slot_gl9763e()
Dsdhci-of-sparx5.c223 host->mmc->caps2 |= (MMC_CAP2_NO_SDIO|MMC_CAP2_NO_SD); in sdhci_sparx5_probe()
Dsdhci-pci-o2micro.c581 host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in sdhci_pci_o2_probe_slot()
591 host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in sdhci_pci_o2_probe_slot()
Dandroid-goldfish.c476 mmc->caps2 = MMC_CAP2_NO_SDIO; in goldfish_mmc_probe()
Dowl-mmc.c615 mmc->caps2 = (MMC_CAP2_BOOTPART_NOACC | MMC_CAP2_NO_SDIO); in owl_mmc_probe()
Dalcor.c1058 mmc->caps2 = MMC_CAP2_NO_SDIO; in alcor_init_mmc()
Drtsx_usb_sdmmc.c1313 MMC_CAP2_NO_SDIO; in rtsx_usb_init_host()
Dsh_mmcif.c1430 mmc->caps2 |= MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in sh_mmcif_probe()
/Linux-v5.10/include/linux/mmc/
Dhost.h372 #define MMC_CAP2_NO_SDIO (1 << 19) /* Do not send SDIO commands during initialization */ macro
/Linux-v5.10/drivers/mmc/core/
Dhost.c304 host->caps2 |= MMC_CAP2_NO_SDIO; in mmc_of_parse()
Dcore.c2145 if (!(host->caps2 & MMC_CAP2_NO_SDIO)) in mmc_rescan_try_freq()
2154 if (!(host->caps2 & MMC_CAP2_NO_SDIO)) in mmc_rescan_try_freq()