Searched refs:sdhci_bind (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | pci_mmc.c | 51 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in pci_mmc_bind()
|
H A D | tangier_sdhci.c | 27 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sdhci_tangier_bind()
|
H A D | k3_arsan_sdhci.c | 91 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in k3_arasan_sdhci_bind()
|
H A D | rockchip_sdhci.c | 100 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in rockchip_sdhci_bind()
|
H A D | atmel_sdhci.c | 110 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in atmel_sdhci_bind()
|
H A D | sti_sdhci.c | 130 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sti_sdhci_bind()
|
H A D | aspeed_sdhci.c | 125 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in aspeed_sdhci_bind()
|
H A D | msm_sdhci.c | 189 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in msm_sdc_bind()
|
H A D | s5p_sdhci.c | 224 ret = sdhci_bind(dev, &plat->mmc, &plat->cfg); in s5p_sdhci_bind()
|
H A D | bcm2835_sdhci.c | 169 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in bcm2835_sdhci_bind()
|
H A D | sdhci-cadence.c | 235 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in sdhci_cdns_bind()
|
H A D | zynq_sdhci.c | 316 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in arasan_sdhci_bind()
|
H A D | xenon_sdhci.c | 479 return sdhci_bind(dev, &plat->mmc, &plat->cfg); in xenon_sdhci_bind()
|
H A D | sdhci.c | 707 int sdhci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg) function
|
/openbmc/u-boot/include/ |
H A D | sdhci.h | 415 int sdhci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg);
|