Searched refs:dwmci_bind (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | hi6220_dw_mmc.c | 71 ret = dwmci_bind(dev, &plat->mmc, &plat->cfg); in hi6220_dwmmc_bind()
|
H A D | socfpga_dw_mmc.c | 174 ret = dwmci_bind(dev, &plat->mmc, &plat->cfg); in socfpga_dwmmc_bind()
|
H A D | rockchip_dw_mmc.c | 155 return dwmci_bind(dev, &plat->mmc, &plat->cfg); in rockchip_dwmmc_bind()
|
H A D | exynos_dw_mmc.c | 293 return dwmci_bind(dev, &plat->mmc, &plat->cfg); in exynos_dwmmc_bind()
|
H A D | dw_mmc.c | 567 int dwmci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg) function
|
/openbmc/u-boot/include/ |
H A D | dwmmc.h | 287 int dwmci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg);
|