Searched refs:dwmci_setup_cfg (Results 1 – 9 of 9) sorted by relevance
/u-boot/drivers/mmc/ |
A D | hi6220_dw_mmc.c | 65 dwmci_setup_cfg(&plat->cfg, host, host->bus_hz, 400000); in hi6220_dwmmc_probe()
|
A D | ca_dw_mmc.c | 137 dwmci_setup_cfg(&plat->cfg, host, host->bus_hz, MIN_FREQ); in ca_dwmmc_probe()
|
A D | socfpga_dw_mmc.c | 167 dwmci_setup_cfg(&plat->cfg, host, host->bus_hz, 400000); in socfpga_dwmmc_probe()
|
A D | rockchip_dw_mmc.c | 147 dwmci_setup_cfg(&plat->cfg, host, priv->minmax[1], priv->minmax[0]); in rockchip_dwmmc_probe()
|
A D | snps_dw_mmc.c | 157 dwmci_setup_cfg(&plat->cfg, host, clock_max, CLOCK_MIN); in snps_dwmmc_probe()
|
A D | exynos_dw_mmc.c | 227 dwmci_setup_cfg(&plat->cfg, host, DWMMC_MAX_FREQ, DWMMC_MIN_FREQ); in exynos_dwmmc_probe()
|
A D | nexell_dw_mmc.c | 196 dwmci_setup_cfg(&plat->cfg, host, priv->max_freq, priv->min_freq); in nexell_dwmmc_probe()
|
A D | dw_mmc.c | 590 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 D | dwmmc.h | 271 void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host,
|
Completed in 34 milliseconds