Searched refs:dwmci_bind (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/mmc/ |
D | socfpga_dw_mmc.c | 135 ret = dwmci_bind(dev, &plat->mmc, &plat->cfg); in socfpga_dwmmc_bind()
|
D | rockchip_dw_mmc.c | 155 return dwmci_bind(dev, &plat->mmc, &plat->cfg); in rockchip_dwmmc_bind()
|
D | exynos_dw_mmc.c | 289 return dwmci_bind(dev, &plat->mmc, &plat->cfg); in exynos_dwmmc_bind()
|
D | dw_mmc.c | 516 int dwmci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg) function
|
/external/u-boot/include/ |
D | dwmmc.h | 277 int dwmci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg);
|