Searched refs:dwmci_setup_cfg (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/mmc/ |
D | socfpga_dw_mmc.c | 113 dwmci_setup_cfg(&plat->cfg, host, host->bus_hz, 400000); in socfpga_dwmmc_probe()
|
D | dw_mmc.c | 489 void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host, function 523 dwmci_setup_cfg(&host->cfg, host, max_clk, min_clk);
|
D | rockchip_dw_mmc.c | 142 dwmci_setup_cfg(&plat->cfg, host, priv->minmax[1], priv->minmax[0]); in rockchip_dwmmc_probe()
|
D | exynos_dw_mmc.c | 276 dwmci_setup_cfg(&plat->cfg, host, DWMMC_MAX_FREQ, DWMMC_MIN_FREQ); in exynos_dwmmc_probe()
|
/external/u-boot/include/ |
D | dwmmc.h | 259 void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host,
|