Searched full:dw_mmc (Results 1 – 8 of 8) 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
15 #include "dw_mmc.h"16 #include "dw_mmc-pltfm.h"220 * different output clock delays inside their dw_mmc IP block (delay_o), in dw_mci_rk3288_set_ios()
17 #include "dw_mmc.h"
40 #include "dw_mmc.h"1573 * Program the voltage. Note that some instances of dw_mmc may use in dw_mci_switch_voltage()3012 * Clear the ambiguous description of dw_mmc databook: in dw_mci_init_dma()3019 * are regarded as external dma master for dw_mmc. in dw_mci_init_dma()
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
22609 F: drivers/mmc/host/dw_mmc-starfive.c23039 F: drivers/mmc/host/dw_mmc*