Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci-acpi.c424 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR |
593 host->mmc->caps = MMC_CAP_1_8V_DDR; in sdhci_acpi_emmc_amd_probe_slot()
596 (host->mmc->caps & MMC_CAP_1_8V_DDR)) in sdhci_acpi_emmc_amd_probe_slot()
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-iproc.c218 .mmc_caps = MMC_CAP_1_8V_DDR,
Ddw_mmc-exynos.c513 MMC_CAP_1_8V_DDR | MMC_CAP_8_BIT_DATA | MMC_CAP_CMD23,
Dsunxi-mmc.c1406 mmc->caps |= MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR; in sunxi_mmc_probe()
1419 mmc->caps &= ~(MMC_CAP_3_3V_DDR | MMC_CAP_1_8V_DDR | in sunxi_mmc_probe()
Dsdhci-pci-core.c774 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR | in byt_emmc_probe_slot()
1134 MMC_CAP_1_8V_DDR; in intel_mrfld_mmc_probe_slot()
Dsdhci-omap.c987 MMC_CAP_1_8V_DDR); in sdhci_omap_config_iodelay_pinctrl_state()
Drtsx_pci_sdmmc.c1333 mmc->caps |= MMC_CAP_1_8V_DDR; in init_extra_caps()
Dsdhci-tegra.c1553 host->mmc->caps |= MMC_CAP_1_8V_DDR; in sdhci_tegra_probe()
Dsdhci-esdhc-imx.c1502 host->mmc->caps |= MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR; in sdhci_esdhc_imx_probe()
Dsdhci.c4022 mmc->caps &= ~(MMC_CAP_1_8V_DDR | MMC_CAP_UHS); in sdhci_setup_host()
4164 MMC_CAP_UHS_DDR50 | MMC_CAP_1_8V_DDR)) || in sdhci_setup_host()
/Linux-v5.4/drivers/mmc/core/
Dhost.c303 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()
1130 host->caps & MMC_CAP_1_8V_DDR) in mmc_select_hs_ddr()
/Linux-v5.4/include/linux/mmc/
Dhost.h323 #define MMC_CAP_1_8V_DDR (1 << 12) /* Host supports eMMC DDR 1.8V */ macro
/Linux-v5.4/drivers/staging/greybus/
Dsdio.c72 ((r & GB_SDIO_CAP_1_8V_DDR) ? MMC_CAP_1_8V_DDR : 0) | in _gb_sdio_set_host_caps()