Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dpci_mmc.c36 ret = sdhci_setup_cfg(&plat->cfg, host, 0, 0); in pci_mmc_probe()
H A Dtangier_sdhci.c54 ret = sdhci_setup_cfg(&plat->cfg, host, SDHCI_TANGIER_FMAX, in sdhci_tangier_probe()
H A Dk3_arsan_sdhci.c62 ret = sdhci_setup_cfg(&plat->cfg, host, plat->f_max, in k3_arasan_sdhci_probe()
H A Drockchip_sdhci.c71 ret = sdhci_setup_cfg(&plat->cfg, host, 0, EMMC_MIN_FREQ); in arasan_sdhci_probe()
H A Datmel_sdhci.c92 ret = sdhci_setup_cfg(&plat->cfg, host, 0, ATMEL_SDHC_MIN_FREQ); in atmel_sdhci_probe()
H A Dsti_sdhci.c101 ret = sdhci_setup_cfg(&plat->cfg, host, 50000000, 400000); in sti_sdhci_probe()
H A Daspeed_sdhci.c93 ret = sdhci_setup_cfg(&plat->cfg, host, f_max, EMMC_MIN_FREQ); in aspeed_sdhci_probe()
H A Dmsm_sdhci.c144 ret = sdhci_setup_cfg(&plat->cfg, host, 0, 0); in msm_sdc_probe()
H A Ds5p_sdhci.c207 ret = sdhci_setup_cfg(&plat->cfg, host, 0, 400000); in s5p_sdhci_probe()
H A Dbcm2835_sdhci.c217 ret = sdhci_setup_cfg(&plat->cfg, host, emmc_freq, MIN_FREQ); in bcm2835_sdhci_probe()
H A Dsdhci.c588 int sdhci_setup_cfg(struct mmc_config *cfg, struct sdhci_host *host, function
716 ret = sdhci_setup_cfg(&host->cfg, host, f_max, f_min);
H A Dsdhci-cadence.c272 ret = sdhci_setup_cfg(&plat->cfg, host, 0, 0); in sdhci_cdns_probe()
H A Dzynq_sdhci.c272 ret = sdhci_setup_cfg(&plat->cfg, host, plat->f_max, in arasan_sdhci_probe()
H A Dxenon_sdhci.c425 ret = sdhci_setup_cfg(&plat->cfg, host, 0, 0); in xenon_sdhci_probe()
/openbmc/u-boot/include/
H A Dsdhci.h397 int sdhci_setup_cfg(struct mmc_config *cfg, struct sdhci_host *host,