Home
last modified time | relevance | path

Searched refs:sdhci_bind (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dpci_mmc.c51 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in pci_mmc_bind()
H A Dtangier_sdhci.c27 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sdhci_tangier_bind()
H A Dk3_arsan_sdhci.c91 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in k3_arasan_sdhci_bind()
H A Drockchip_sdhci.c100 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in rockchip_sdhci_bind()
H A Datmel_sdhci.c110 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in atmel_sdhci_bind()
H A Dsti_sdhci.c130 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sti_sdhci_bind()
H A Daspeed_sdhci.c125 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in aspeed_sdhci_bind()
H A Dmsm_sdhci.c189 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in msm_sdc_bind()
H A Ds5p_sdhci.c224 ret = sdhci_bind(dev, &plat->mmc, &plat->cfg); in s5p_sdhci_bind()
H A Dbcm2835_sdhci.c169 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in bcm2835_sdhci_bind()
H A Dsdhci-cadence.c235 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sdhci_cdns_bind()
H A Dzynq_sdhci.c316 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in arasan_sdhci_bind()
H A Dxenon_sdhci.c479 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in xenon_sdhci_bind()
H A Dsdhci.c707 int sdhci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg) function
/openbmc/u-boot/include/
H A Dsdhci.h415 int sdhci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg);