Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Dbcmstb_sdhci.c54 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sdhci_bcmstb_bind()
A Dtangier_sdhci.c27 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sdhci_tangier_bind()
A Daspeed_sdhci.c72 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in aspeed_sdhci_bind()
A Dpic32_sdhci.c78 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in pic32_sdhci_bind()
A Drockchip_sdhci.c101 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in rockchip_sdhci_bind()
A Datmel_sdhci.c118 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in atmel_sdhci_bind()
A Dsti_sdhci.c132 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sti_sdhci_bind()
A Dpci_mmc.c82 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in pci_mmc_bind()
A Dmv_sdhci.c144 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in mv_sdhci_bind()
A Dmsm_sdhci.c195 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in msm_sdc_bind()
A Dbcm2835_sdhci.c171 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in bcm2835_sdhci_bind()
A Ds5p_sdhci.c231 ret = sdhci_bind(dev, &plat->mmc, &plat->cfg); in s5p_sdhci_bind()
A Dsdhci-cadence.c252 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sdhci_cdns_bind()
A Diproc_sdhci.c310 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in iproc_sdhci_bind()
A Dxenon_sdhci.c557 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in xenon_sdhci_bind()
A Dzynq_sdhci.c646 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in arasan_sdhci_bind()
A Dam654_sdhci.c638 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in am654_sdhci_bind()
A Dsdhci.c946 int sdhci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg) function
/u-boot/include/
A Dsdhci.h473 int sdhci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg);

Completed in 43 milliseconds