Searched refs:MMC_CAP_1_2V_DDR (Results 1 – 5 of 5) sorted by relevance
345 #define MMC_CAP_1_2V_DDR (1 << 13) /* Host supports eMMC DDR 1.2V */ macro347 MMC_CAP_1_2V_DDR)
393 host->caps |= MMC_CAP_1_2V_DDR; in mmc_of_parse()
212 if (caps & MMC_CAP_1_2V_DDR && in mmc_select_card_type()
69 ((r & GB_SDIO_CAP_1_2V_DDR) ? MMC_CAP_1_2V_DDR : 0) | in _gb_sdio_set_host_caps()
1446 MMC_CAP_1_2V_DDR | MMC_CAP_UHS); in sunxi_mmc_probe()
Completed in 14 milliseconds