Searched refs:sdhci_setup_cfg (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | pci_mmc.c | 36 ret = sdhci_setup_cfg(&plat->cfg, host, 0, 0); in pci_mmc_probe()
|
H A D | tangier_sdhci.c | 54 ret = sdhci_setup_cfg(&plat->cfg, host, SDHCI_TANGIER_FMAX, in sdhci_tangier_probe()
|
H A D | k3_arsan_sdhci.c | 62 ret = sdhci_setup_cfg(&plat->cfg, host, plat->f_max, in k3_arasan_sdhci_probe()
|
H A D | rockchip_sdhci.c | 71 ret = sdhci_setup_cfg(&plat->cfg, host, 0, EMMC_MIN_FREQ); in arasan_sdhci_probe()
|
H A D | atmel_sdhci.c | 92 ret = sdhci_setup_cfg(&plat->cfg, host, 0, ATMEL_SDHC_MIN_FREQ); in atmel_sdhci_probe()
|
H A D | sti_sdhci.c | 101 ret = sdhci_setup_cfg(&plat->cfg, host, 50000000, 400000); in sti_sdhci_probe()
|
H A D | aspeed_sdhci.c | 93 ret = sdhci_setup_cfg(&plat->cfg, host, f_max, EMMC_MIN_FREQ); in aspeed_sdhci_probe()
|
H A D | msm_sdhci.c | 144 ret = sdhci_setup_cfg(&plat->cfg, host, 0, 0); in msm_sdc_probe()
|
H A D | s5p_sdhci.c | 207 ret = sdhci_setup_cfg(&plat->cfg, host, 0, 400000); in s5p_sdhci_probe()
|
H A D | bcm2835_sdhci.c | 217 ret = sdhci_setup_cfg(&plat->cfg, host, emmc_freq, MIN_FREQ); in bcm2835_sdhci_probe()
|
H A D | sdhci.c | 588 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 D | sdhci-cadence.c | 272 ret = sdhci_setup_cfg(&plat->cfg, host, 0, 0); in sdhci_cdns_probe()
|
H A D | zynq_sdhci.c | 272 ret = sdhci_setup_cfg(&plat->cfg, host, plat->f_max, in arasan_sdhci_probe()
|
H A D | xenon_sdhci.c | 425 ret = sdhci_setup_cfg(&plat->cfg, host, 0, 0); in xenon_sdhci_probe()
|
/openbmc/u-boot/include/ |
H A D | sdhci.h | 397 int sdhci_setup_cfg(struct mmc_config *cfg, struct sdhci_host *host,
|