Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dsocfpga_dw_mmc.c114 dwmci_setup_cfg(&plat->cfg, host, host->bus_hz, 400000); in socfpga_dwmmc_probe()
H A Dexynos_dw_mmc.c274 dwmci_setup_cfg(&plat->cfg, host, DWMMC_MAX_FREQ, DWMMC_MIN_FREQ); in exynos_dwmmc_probe()
H A Ddw_mmc.c909 void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host, function
952 dwmci_setup_cfg(&host->cfg, host, max_clk, min_clk);
H A Drockchip_dw_mmc.c440 dwmci_setup_cfg(&plat->cfg, host, priv->minmax[1], priv->minmax[0]); in rockchip_dwmmc_probe()
/rk3399_rockchip-uboot/include/
H A Ddwmmc.h281 void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host,