Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h335 #define MMC_CAP_1_8V_DDR (1 << 12) /* Host supports eMMC DDR 1.8V */ macro
337 #define MMC_CAP_DDR (MMC_CAP_3_3V_DDR | MMC_CAP_1_8V_DDR | \
/OK3568_Linux_fs/u-boot/include/
H A Dmvebu_mmc.h238 #define MMC_CAP_1_8V_DDR (1 << 11) macro
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A 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()
H A 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()
H A Dsdhci-iproc.c235 .mmc_caps = MMC_CAP_1_8V_DDR,
H A Ddw_mmc-exynos.c529 MMC_CAP_1_8V_DDR | MMC_CAP_8_BIT_DATA | MMC_CAP_CMD23,
H A 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()
H A Dsdhci-of-dwcmshc.c487 host->mmc->caps &= ~(MMC_CAP_3_3V_DDR | MMC_CAP_1_8V_DDR); in dwcmshc_rk35xx_postinit()
H A Dsdhci-pci-gli.c785 MMC_CAP_1_8V_DDR | in gli_probe_slot_gl9763e()
H A Dsdhci-pci-core.c952 MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR | in byt_emmc_probe_slot()
1349 MMC_CAP_1_8V_DDR; in intel_mrfld_mmc_probe_slot()
H A Dsdhci-omap.c1045 MMC_CAP_1_8V_DDR); in sdhci_omap_config_iodelay_pinctrl_state()
H A Drtsx_pci_sdmmc.c1356 mmc->caps |= MMC_CAP_1_8V_DDR; in init_extra_caps()
H A Dsdhci-esdhc-imx.c1593 host->mmc->caps |= MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR; in sdhci_esdhc_imx_probe()
H A Dsdhci-tegra.c1652 host->mmc->caps |= MMC_CAP_1_8V_DDR; in sdhci_tegra_probe()
H A Dsdhci.c4443 mmc->caps &= ~(MMC_CAP_1_8V_DDR | MMC_CAP_UHS); in sdhci_setup_host()
4581 MMC_CAP_UHS_DDR50 | MMC_CAP_1_8V_DDR)) || in sdhci_setup_host()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dhost.c338 host->caps |= MMC_CAP_1_8V_DDR; in mmc_of_parse()
H A Dmmc.c209 if (caps & (MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR) && in mmc_select_card_type()
1224 host->caps & MMC_CAP_1_8V_DDR) in mmc_select_hs_ddr()
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Dsdio.c71 ((r & GB_SDIO_CAP_1_8V_DDR) ? MMC_CAP_1_8V_DDR : 0) | in _gb_sdio_set_host_caps()