Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmvebu_mmc.h239 #define MMC_CAP_1_2V_DDR (1 << 12) macro
/openbmc/linux/include/linux/mmc/
H A Dhost.h370 #define MMC_CAP_1_2V_DDR (1 << 13) /* Host supports eMMC DDR 1.2V */ macro
372 MMC_CAP_1_2V_DDR)
/openbmc/linux/drivers/mmc/core/
H A Dhost.c392 host->caps |= MMC_CAP_1_2V_DDR; in mmc_of_parse()
H A Dmmc.c220 if (caps & MMC_CAP_1_2V_DDR && in mmc_select_card_type()
/openbmc/linux/drivers/staging/greybus/
H A Dsdio.c69 ((r & GB_SDIO_CAP_1_2V_DDR) ? MMC_CAP_1_2V_DDR : 0) | in _gb_sdio_set_host_caps()
/openbmc/linux/drivers/mmc/host/
H A Dsunxi-mmc.c1456 MMC_CAP_1_2V_DDR | MMC_CAP_UHS); in sunxi_mmc_probe()