Home
last modified time | relevance | path

Searched refs:MMC_CAP2_AVOID_3_3V (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/mmc/
Dhost.h370 #define MMC_CAP2_AVOID_3_3V (1 << 25) /* Host must negotiate down from 3.3V */ macro
/Linux-v5.4/drivers/mmc/core/
Dsdio.c797 if (host->caps2 & MMC_CAP2_AVOID_3_3V && in mmc_sdio_init_card()
Dsd.c1085 if (host->caps2 & MMC_CAP2_AVOID_3_3V && in mmc_sd_init_card()
Dmmc.c1867 if (host->caps2 & MMC_CAP2_AVOID_3_3V && in mmc_init_card()
/Linux-v5.4/drivers/mmc/host/
Dsdhci-pci-core.c982 slot->host->mmc->caps2 |= MMC_CAP2_AVOID_3_3V; in byt_sd_probe_slot()