Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/mmc/
Dhost.h416 #define MMC_CAP2_AVOID_3_3V (1 << 25) /* Host must negotiate down from 3.3V */ macro
/Linux-v6.1/drivers/mmc/core/
Dsdio.c893 if (host->caps2 & MMC_CAP2_AVOID_3_3V && in mmc_sdio_init_card()
Dsd.c1553 if (host->caps2 & MMC_CAP2_AVOID_3_3V && in mmc_sd_init_card()
Dmmc.c1921 if (host->caps2 & MMC_CAP2_AVOID_3_3V && in mmc_init_card()
/Linux-v6.1/drivers/mmc/host/
Dsdhci-pci-core.c1133 slot->host->mmc->caps2 |= MMC_CAP2_AVOID_3_3V; in byt_sd_probe_slot()