Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Dhi6220_dw_mmc.c65 dwmci_setup_cfg(&plat->cfg, host, host->bus_hz, 400000); in hi6220_dwmmc_probe()
A Dca_dw_mmc.c137 dwmci_setup_cfg(&plat->cfg, host, host->bus_hz, MIN_FREQ); in ca_dwmmc_probe()
A Dsocfpga_dw_mmc.c167 dwmci_setup_cfg(&plat->cfg, host, host->bus_hz, 400000); in socfpga_dwmmc_probe()
A Drockchip_dw_mmc.c147 dwmci_setup_cfg(&plat->cfg, host, priv->minmax[1], priv->minmax[0]); in rockchip_dwmmc_probe()
A Dsnps_dw_mmc.c157 dwmci_setup_cfg(&plat->cfg, host, clock_max, CLOCK_MIN); in snps_dwmmc_probe()
A Dexynos_dw_mmc.c227 dwmci_setup_cfg(&plat->cfg, host, DWMMC_MAX_FREQ, DWMMC_MIN_FREQ); in exynos_dwmmc_probe()
A Dnexell_dw_mmc.c196 dwmci_setup_cfg(&plat->cfg, host, priv->max_freq, priv->min_freq); in nexell_dwmmc_probe()
A Ddw_mmc.c590 void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host, function
624 dwmci_setup_cfg(&host->cfg, host, max_clk, min_clk);
/u-boot/include/
A Ddwmmc.h271 void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host,

Completed in 34 milliseconds