Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/mmc/
Dhost.h375 #define MMC_CAP2_NO_MMC (1 << 22) /* Do not send (e)MMC commands during initialization */ macro
/Linux-v5.10/drivers/mmc/core/
Dhost.c308 host->caps2 |= MMC_CAP2_NO_MMC; in mmc_of_parse()
Dcore.c2162 if (!(host->caps2 & MMC_CAP2_NO_MMC)) in mmc_rescan_try_freq()
/Linux-v5.10/drivers/mmc/host/
Drtsx_pci_sdmmc.c1340 mmc->caps2 |= MMC_CAP2_NO_MMC; in init_extra_caps()