Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h383 #define MMC_CAP2_NO_MMC (1 << 22) /* Do not send (e)MMC commands during initialization */ macro
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dhost.c356 host->caps2 |= MMC_CAP2_NO_MMC; in mmc_of_parse()
H A Dcore.c2184 if (!(host->caps2 & MMC_CAP2_NO_MMC)) in mmc_rescan_try_freq()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Drtsx_pci_sdmmc.c1360 mmc->caps2 |= MMC_CAP2_NO_MMC; in init_extra_caps()