Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/mmc/host/
H A Dsdhci-pxav3.c155 host->mmc->caps &= ~MMC_CAP_1_8V_DDR; in armada_38x_quirks()
404 host->mmc->caps |= MMC_CAP_1_8V_DDR; in sdhci_pxav3_probe()
H A Dsdhci-acpi.c358 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR |
618 host->mmc->caps = MMC_CAP_1_8V_DDR; in sdhci_acpi_emmc_amd_probe_slot()
621 (host->mmc->caps & MMC_CAP_1_8V_DDR)) in sdhci_acpi_emmc_amd_probe_slot()
H A Dsdhci-iproc.c226 .mmc_caps = MMC_CAP_1_8V_DDR,
H A Dsdhci-cadence.c398 host->mmc->caps |= MMC_CAP_1_8V_DDR | MMC_CAP_8_BIT_DATA; in elba_drv_init()
H A Ddw_mmc-exynos.c630 MMC_CAP_1_8V_DDR | MMC_CAP_8_BIT_DATA,
H A Dsunxi-mmc.c1442 mmc->caps |= MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR; in sunxi_mmc_probe()
1455 mmc->caps &= ~(MMC_CAP_3_3V_DDR | MMC_CAP_1_8V_DDR | in sunxi_mmc_probe()
H A Dsdhci-pci-core.c901 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR | in byt_emmc_probe_slot()
1317 MMC_CAP_1_8V_DDR; in intel_mrfld_mmc_probe_slot()
H A Dsdhci-omap.c1171 MMC_CAP_1_8V_DDR); in sdhci_omap_config_iodelay_pinctrl_state()
H A Dsdhci-of-dwcmshc.c745 host->mmc->caps &= ~(MMC_CAP_3_3V_DDR | MMC_CAP_1_8V_DDR); in dwcmshc_rk35xx_postinit()
H A Drtsx_pci_sdmmc.c1439 mmc->caps |= MMC_CAP_1_8V_DDR; in init_extra_caps()
H A Dsdhci-esdhc-imx.c1755 host->mmc->caps |= MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR; in sdhci_esdhc_imx_probe()
H A Dsdhci-tegra.c1699 host->mmc->caps |= MMC_CAP_1_8V_DDR; in sdhci_tegra_probe()
H A Dsdhci-pci-gli.c1910 MMC_CAP_1_8V_DDR | in gli_probe_slot_gl9763e()
H A Dsdhci.c4594 mmc->caps &= ~(MMC_CAP_1_8V_DDR | MMC_CAP_UHS); in sdhci_setup_host()
4732 MMC_CAP_UHS_DDR50 | MMC_CAP_1_8V_DDR)) || in sdhci_setup_host()
/linux-6.15/drivers/mmc/core/
H A Dhost.c386 host->caps |= MMC_CAP_1_8V_DDR; in mmc_of_parse()
H A Dmmc.c216 if (caps & (MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR) && in mmc_select_card_type()
1152 host->caps & MMC_CAP_1_8V_DDR) in mmc_select_hs_ddr()
/linux-6.15/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()