Home
last modified time | relevance | path

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

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