Home
last modified time | relevance | path

Searched refs:MMC_CAP_3_3V_DDR (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/mmc/
H A Dhost.h403 #define MMC_CAP_3_3V_DDR (1 << 11) /* Host supports eMMC DDR 3.3V */ macro
406 #define MMC_CAP_DDR (MMC_CAP_3_3V_DDR | MMC_CAP_1_8V_DDR | \
/linux/drivers/mmc/host/
H A Dsdhci-iproc.c295 .mmc_caps = MMC_CAP_3_3V_DDR,
H A Dsdhci-of-dwcmshc.c955 host->mmc->caps &= ~(MMC_CAP_3_3V_DDR | MMC_CAP_1_8V_DDR); in dwcmshc_rk35xx_postinit()
/linux/drivers/mmc/core/
H A Dmmc.c223 if (caps & (MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR) && in mmc_select_card_type()