Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci-pxav3.c167 host->mmc->caps &= ~MMC_CAP_1_8V_DDR; in armada_38x_quirks()
400 host->mmc->caps |= MMC_CAP_1_8V_DDR; in sdhci_pxav3_probe()
Dsdhci-iproc.c203 host->mmc->caps |= MMC_CAP_1_8V_DDR; in sdhci_iproc_probe()
Dsdhci-acpi.c235 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR |
Ddw_mmc-exynos.c493 MMC_CAP_1_8V_DDR | MMC_CAP_8_BIT_DATA | MMC_CAP_CMD23,
Dsdhci-pci-core.c363 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR | in byt_emmc_probe_slot()
436 MMC_CAP_1_8V_DDR; in intel_mrfl_mmc_probe_slot()
Dsdhci-esdhc-imx.c1166 host->mmc->caps |= MMC_CAP_1_8V_DDR; in sdhci_esdhc_imx_probe()
Drtsx_pci_sdmmc.c1349 mmc->caps |= MMC_CAP_1_8V_DDR; in init_extra_caps()
/linux-4.4.14/include/linux/mmc/
Dhost.h251 #define MMC_CAP_1_8V_DDR (1 << 11) /* can support */ macro
/linux-4.4.14/drivers/mmc/core/
Dhost.c281 host->caps |= MMC_CAP_1_8V_DDR; in mmc_of_parse()
Dmmc.c202 if (caps & MMC_CAP_1_8V_DDR && in mmc_select_card_type()