Home
last modified time | relevance | path

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

/linux/include/linux/mmc/
H A Dhost.h453 #define MMC_CAP2_HS400_ES (1 << 20) /* Host supports enhanced strobe */ macro
/linux/drivers/mmc/core/
H A Dmmc.c259 if ((caps2 & MMC_CAP2_HS400_ES) && in mmc_select_card_type()