Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-of-sparx5.c216 host->mmc->caps2 |= (MMC_CAP2_NO_SDIO|MMC_CAP2_NO_SD); in sdhci_sparx5_probe()
H A Dsdhci-pci-o2micro.c771 host->mmc->caps2 |= MMC_CAP2_NO_SD; in sdhci_pci_o2_probe_slot()
H A Dsdhci-pci-gli.c1996 MMC_CAP2_NO_SD; in gli_probe_slot_gl9763e()
/linux/include/linux/mmc/
H A Dhost.h454 #define MMC_CAP2_NO_SD (1 << 21) /* Do not send SD commands during initialization */ macro