Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-acpi.c436 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR |
542 host->mmc->caps = MMC_CAP_1_8V_DDR; in sdhci_acpi_emmc_amd_probe_slot()
545 (host->mmc->caps & MMC_CAP_1_8V_DDR)) in sdhci_acpi_emmc_amd_probe_slot()
Dsdhci-pxav3.c169 host->mmc->caps &= ~MMC_CAP_1_8V_DDR; in armada_38x_quirks()
417 host->mmc->caps |= MMC_CAP_1_8V_DDR; in sdhci_pxav3_probe()
Dsdhci-iproc.c206 .mmc_caps = MMC_CAP_1_8V_DDR,
Dsdhci-tegra.c503 host->mmc->caps |= MMC_CAP_1_8V_DDR; in sdhci_tegra_probe()
Ddw_mmc-exynos.c506 MMC_CAP_1_8V_DDR | MMC_CAP_8_BIT_DATA | MMC_CAP_CMD23,
Dsdhci-pci-core.c720 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR | in byt_emmc_probe_slot()
958 MMC_CAP_1_8V_DDR; in intel_mrfld_mmc_probe_slot()
Dsdhci-omap.c846 MMC_CAP_1_8V_DDR); in sdhci_omap_config_iodelay_pinctrl_state()
Dsdhci-esdhc-imx.c1314 host->mmc->caps |= MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR; in sdhci_esdhc_imx_probe()
Drtsx_pci_sdmmc.c1345 mmc->caps |= MMC_CAP_1_8V_DDR; in init_extra_caps()
Dsunxi-mmc.c1391 mmc->caps |= MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR; in sunxi_mmc_probe()
Dsdhci.c3777 mmc->caps &= ~(MMC_CAP_1_8V_DDR | MMC_CAP_UHS); in sdhci_setup_host()
3919 MMC_CAP_UHS_DDR50 | MMC_CAP_1_8V_DDR)) || in sdhci_setup_host()
/Linux-v4.19/drivers/mmc/core/
Dhost.c306 host->caps |= MMC_CAP_1_8V_DDR; in mmc_of_parse()
Dmmc.c207 if (caps & (MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR) && in mmc_select_card_type()
1133 host->caps & MMC_CAP_1_8V_DDR) in mmc_select_hs_ddr()
/Linux-v4.19/include/linux/mmc/
Dhost.h322 #define MMC_CAP_1_8V_DDR (1 << 12) /* Host supports eMMC DDR 1.8V */ macro
/Linux-v4.19/drivers/staging/greybus/
Dsdio.c72 ((r & GB_SDIO_CAP_1_8V_DDR) ? MMC_CAP_1_8V_DDR : 0) | in _gb_sdio_set_host_caps()