Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dhi6220_dw_mmc.c56 dwmci_setup_cfg(&plat->cfg, host, host->bus_hz, 400000); in hi6220_dwmmc_probe()
H A Dsocfpga_dw_mmc.c153 dwmci_setup_cfg(&plat->cfg, host, host->bus_hz, 400000); in socfpga_dwmmc_probe()
H A Drockchip_dw_mmc.c142 dwmci_setup_cfg(&plat->cfg, host, priv->minmax[1], priv->minmax[0]); in rockchip_dwmmc_probe()
H A Ddw_mmc.c540 void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host, function
574 dwmci_setup_cfg(&host->cfg, host, max_clk, min_clk);
H A Dexynos_dw_mmc.c280 dwmci_setup_cfg(&plat->cfg, host, DWMMC_MAX_FREQ, DWMMC_MIN_FREQ); in exynos_dwmmc_probe()
/openbmc/u-boot/include/
H A Ddwmmc.h269 void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host,