Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mmc/
H A Dhost.h368 #define MMC_CAP_3_3V_DDR (1 << 11) /* Host supports eMMC DDR 3.3V */ macro
371 #define MMC_CAP_DDR (MMC_CAP_3_3V_DDR | MMC_CAP_1_8V_DDR | \
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-iproc.c295 .mmc_caps = MMC_CAP_3_3V_DDR,
H A Dsdhci-of-dwcmshc.c433 host->mmc->caps &= ~(MMC_CAP_3_3V_DDR | MMC_CAP_1_8V_DDR); in dwcmshc_rk35xx_postinit()
H A Dsunxi-mmc.c1442 mmc->caps |= MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR; in sunxi_mmc_probe()
1455 mmc->caps &= ~(MMC_CAP_3_3V_DDR | MMC_CAP_1_8V_DDR | in sunxi_mmc_probe()
H A Dcavium.c1039 MMC_CAP_CMD23 | MMC_CAP_POWER_OFF_CARD | MMC_CAP_3_3V_DDR; in cvm_mmc_of_slot_probe()
H A Dsdhci-omap.c1177 MMC_CAP_3_3V_DDR); in sdhci_omap_config_iodelay_pinctrl_state()
H A Dsdhci-esdhc-imx.c1706 host->mmc->caps |= MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR; in sdhci_esdhc_imx_probe()
/openbmc/linux/drivers/mmc/core/
H A Dhost.c388 host->caps |= MMC_CAP_3_3V_DDR; in mmc_of_parse()
H A Dmmc.c214 if (caps & (MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR) && in mmc_select_card_type()