Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/mmc/
Dhost.h327 #define MMC_CAP_1_8V_DDR (1 << 12) /* Host supports eMMC DDR 1.8V */ macro
329 #define MMC_CAP_DDR (MMC_CAP_3_3V_DDR | MMC_CAP_1_8V_DDR | \
/Linux-v5.10/drivers/mmc/host/
Dsdhci-pxav3.c157 host->mmc->caps &= ~MMC_CAP_1_8V_DDR; in armada_38x_quirks()
405 host->mmc->caps |= MMC_CAP_1_8V_DDR; in sdhci_pxav3_probe()
Dsdhci-acpi.c430 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR |
659 host->mmc->caps = MMC_CAP_1_8V_DDR; in sdhci_acpi_emmc_amd_probe_slot()
662 (host->mmc->caps & MMC_CAP_1_8V_DDR)) in sdhci_acpi_emmc_amd_probe_slot()
Dsdhci-iproc.c218 .mmc_caps = MMC_CAP_1_8V_DDR,
Ddw_mmc-exynos.c515 MMC_CAP_1_8V_DDR | MMC_CAP_8_BIT_DATA | MMC_CAP_CMD23,
Dsunxi-mmc.c1409 mmc->caps |= MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR; in sunxi_mmc_probe()
1422 mmc->caps &= ~(MMC_CAP_3_3V_DDR | MMC_CAP_1_8V_DDR | in sunxi_mmc_probe()
Dsdhci-pci-gli.c780 MMC_CAP_1_8V_DDR | in gli_probe_slot_gl9763e()
Dsdhci-pci-core.c935 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR | in byt_emmc_probe_slot()
1314 MMC_CAP_1_8V_DDR; in intel_mrfld_mmc_probe_slot()
Dsdhci-omap.c1040 MMC_CAP_1_8V_DDR); in sdhci_omap_config_iodelay_pinctrl_state()
Drtsx_pci_sdmmc.c1336 mmc->caps |= MMC_CAP_1_8V_DDR; in init_extra_caps()
Dsdhci-tegra.c1610 host->mmc->caps |= MMC_CAP_1_8V_DDR; in sdhci_tegra_probe()
Dsdhci-esdhc-imx.c1661 host->mmc->caps |= MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR; in sdhci_esdhc_imx_probe()
Dsdhci.c4423 mmc->caps &= ~(MMC_CAP_1_8V_DDR | MMC_CAP_UHS); in sdhci_setup_host()
4561 MMC_CAP_UHS_DDR50 | MMC_CAP_1_8V_DDR)) || in sdhci_setup_host()
/Linux-v5.10/drivers/mmc/core/
Dhost.c290 host->caps |= MMC_CAP_1_8V_DDR; in mmc_of_parse()
Dmmc.c205 if (caps & (MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR) && in mmc_select_card_type()
1135 host->caps & MMC_CAP_1_8V_DDR) in mmc_select_hs_ddr()
/Linux-v5.10/drivers/staging/greybus/
Dsdio.c71 ((r & GB_SDIO_CAP_1_8V_DDR) ? MMC_CAP_1_8V_DDR : 0) | in _gb_sdio_set_host_caps()