Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dhost.c308 host->caps |= MMC_CAP_1_2V_DDR; in mmc_of_parse()
Dmmc.c213 if (caps & MMC_CAP_1_2V_DDR && in mmc_select_card_type()
/Linux-v4.19/include/linux/mmc/
Dhost.h323 #define MMC_CAP_1_2V_DDR (1 << 13) /* Host supports eMMC DDR 1.2V */ macro
/Linux-v4.19/drivers/staging/greybus/
Dsdio.c71 ((r & GB_SDIO_CAP_1_2V_DDR) ? MMC_CAP_1_2V_DDR : 0) | in _gb_sdio_set_host_caps()