Home
last modified time | relevance | path

Searched refs:MMC_CAP2_HS400_1_8V (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/mmc/
Dhost.h285 #define MMC_CAP2_HS400_1_8V (1 << 15) /* Can support HS400 1.8V */ macro
287 #define MMC_CAP2_HS400 (MMC_CAP2_HS400_1_8V | \
/linux-4.4.14/drivers/mmc/core/
Dhost.c289 host->caps2 |= MMC_CAP2_HS400_1_8V | MMC_CAP2_HS200_1_8V_SDR; in mmc_of_parse()
Dmmc.c226 if (caps2 & MMC_CAP2_HS400_1_8V && in mmc_select_card_type()