Home
last modified time | relevance | path

Searched refs:MMC_CAP2_NO_SD (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/mmc/host/
Dsdhci-of-sparx5.c220 host->mmc->caps2 |= (MMC_CAP2_NO_SDIO|MMC_CAP2_NO_SD); in sdhci_sparx5_probe()
Dsdhci-pci-o2micro.c742 host->mmc->caps2 |= MMC_CAP2_NO_SD; in sdhci_pci_o2_probe_slot()
Dsdhci-pci-gli.c1464 MMC_CAP2_NO_SD; in gli_probe_slot_gl9763e()
Dsh_mmcif.c1431 mmc->caps2 |= MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in sh_mmcif_probe()
/Linux-v6.6/include/linux/mmc/
Dhost.h418 #define MMC_CAP2_NO_SD (1 << 21) /* Do not send SD commands during initialization */ macro
/Linux-v6.6/drivers/mmc/core/
Dhost.c407 host->caps2 |= MMC_CAP2_NO_SD; in mmc_of_parse()
Dcore.c2075 if (!(host->caps2 & MMC_CAP2_NO_SD)) { in mmc_rescan_try_freq()
2087 if (!(host->caps2 & MMC_CAP2_NO_SD)) in mmc_rescan_try_freq()