Searched full:dw_mmc (Results 1 – 7 of 7) sorted by relevance
50 obj-$(CONFIG_MMC_DW) += dw_mmc.o51 obj-$(CONFIG_MMC_DW_PLTFM) += dw_mmc-pltfm.o52 obj-$(CONFIG_MMC_DW_BLUEFIELD) += dw_mmc-bluefield.o53 obj-$(CONFIG_MMC_DW_EXYNOS) += dw_mmc-exynos.o54 obj-$(CONFIG_MMC_DW_HI3798CV200) += dw_mmc-hi3798cv200.o55 obj-$(CONFIG_MMC_DW_HI3798MV200) += dw_mmc-hi3798mv200.o56 obj-$(CONFIG_MMC_DW_K3) += dw_mmc-k3.o57 obj-$(CONFIG_MMC_DW_PCI) += dw_mmc-pci.o58 obj-$(CONFIG_MMC_DW_ROCKCHIP) += dw_mmc-rockchip.o59 obj-$(CONFIG_MMC_DW_STARFIVE) += dw_mmc-starfive.o
40 #include "dw_mmc.h"1573 * Program the voltage. Note that some instances of dw_mmc may use in dw_mci_switch_voltage()3091 * Clear the ambiguous description of dw_mmc databook: in dw_mci_init_dma()3098 * are regarded as external dma master for dw_mmc. in dw_mci_init_dma()
134 * Following what other drivers do (sdhci, dw_mmc) we use the following cookie
42 * Configure gpio6_C6 as GPIO so dw_mmc builtin CD doesn't
541 * hooked to ground. Because we specified "cd-gpios" below dw_mmc801 * hurt and dw_mmc will ignore it. We make sure to disable
35 vqmmc for SD. In that case the dw_mmc driver simply is told about a
24505 F: drivers/mmc/host/dw_mmc-starfive.c24954 F: drivers/mmc/host/dw_mmc*