Searched refs:add_dwmci (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | hi6220_dw_mmc.c | 28 if (add_dwmci(host, DWMMC_MAX_FREQ, DWMMC_MIN_FREQ)) { in hi6220_dwmci_core_init()
|
| H A D | socfpga_dw_mmc.c | 119 ret = add_dwmci(host, host->bus_hz, 400000); in socfpga_dwmmc_probe()
|
| H A D | exynos_dw_mmc.c | 124 if (add_dwmci(host, DWMMC_MAX_FREQ, DWMMC_MIN_FREQ)) { in exynos_dwmci_core_init()
|
| H A D | dw_mmc.c | 934 int add_dwmci(struct dwmci_host *host, u32 max_clk, u32 min_clk) function
|
| /OK3568_Linux_fs/u-boot/board/synopsys/hsdk/ |
| H A D | hsdk.c | 46 add_dwmci(host, host->bus_hz / 2, 400000); in board_mmc_init()
|
| /OK3568_Linux_fs/u-boot/board/synopsys/axs10x/ |
| H A D | axs10x.c | 32 add_dwmci(host, host->bus_hz / 2, 400000); in board_mmc_init()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | dwmmc.h | 311 int add_dwmci(struct dwmci_host *host, u32 max_clk, u32 min_clk);
|