Home
last modified time | relevance | path

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

/linux/include/linux/mmc/
H A Dhost.h400 #define MMC_CAP_1_8V_DDR (1 << 12) /* Host supports eMMC DDR 1.8V */ macro
402 #define MMC_CAP_DDR (MMC_CAP_3_3V_DDR | MMC_CAP_1_8V_DDR | \
/linux/drivers/mmc/core/
H A Dhost.c387 host->caps |= MMC_CAP_1_8V_DDR; in mmc_of_parse()
H A Dmmc.c212 if (caps & (MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR) && in mmc_select_card_type()
1148 host->caps & MMC_CAP_1_8V_DDR) in mmc_select_hs_ddr()
/linux/drivers/staging/greybus/
H A Dsdio.c70 ((r & GB_SDIO_CAP_1_8V_DDR) ? MMC_CAP_1_8V_DDR : 0) | in _gb_sdio_set_host_caps()
/linux/drivers/mmc/host/
H A Dsdhci-of-dwcmshc.c786 host->mmc->caps &= ~(MMC_CAP_3_3V_DDR | MMC_CAP_1_8V_DDR); in dwcmshc_rk35xx_postinit()
H A Dsdhci-tegra.c1699 host->mmc->caps |= MMC_CAP_1_8V_DDR; in sdhci_tegra_probe()