Home
last modified time | relevance | path

Searched refs:dwmci_setup_cfg (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/drivers/mmc/
Dsocfpga_dw_mmc.c113 dwmci_setup_cfg(&plat->cfg, host, host->bus_hz, 400000); in socfpga_dwmmc_probe()
Ddw_mmc.c489 void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host, function
523 dwmci_setup_cfg(&host->cfg, host, max_clk, min_clk);
Drockchip_dw_mmc.c142 dwmci_setup_cfg(&plat->cfg, host, priv->minmax[1], priv->minmax[0]); in rockchip_dwmmc_probe()
Dexynos_dw_mmc.c276 dwmci_setup_cfg(&plat->cfg, host, DWMMC_MAX_FREQ, DWMMC_MIN_FREQ); in exynos_dwmmc_probe()
/external/u-boot/include/
Ddwmmc.h259 void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host,