Home
last modified time | relevance | path

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

/linux/include/linux/mmc/
H A Dhost.h458 #define MMC_CAP2_AVOID_3_3V (1 << 25) /* Host must negotiate down from 3.3V */ macro
/linux/drivers/mmc/core/
H A Dmmc.c1953 if (host->caps2 & MMC_CAP2_AVOID_3_3V && in mmc_init_card()