Searched refs:dwmci_setup_cfg (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | hi6220_dw_mmc.c | 56 dwmci_setup_cfg(&plat->cfg, host, host->bus_hz, 400000); in hi6220_dwmmc_probe()
|
H A D | socfpga_dw_mmc.c | 153 dwmci_setup_cfg(&plat->cfg, host, host->bus_hz, 400000); in socfpga_dwmmc_probe()
|
H A D | rockchip_dw_mmc.c | 142 dwmci_setup_cfg(&plat->cfg, host, priv->minmax[1], priv->minmax[0]); in rockchip_dwmmc_probe()
|
H A D | dw_mmc.c | 540 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 D | exynos_dw_mmc.c | 280 dwmci_setup_cfg(&plat->cfg, host, DWMMC_MAX_FREQ, DWMMC_MIN_FREQ); in exynos_dwmmc_probe()
|
/openbmc/u-boot/include/ |
H A D | dwmmc.h | 269 void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host,
|