Home
last modified time | relevance | path

Searched refs:emmc_freq (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dbcm2835_sdhci.c173 int emmc_freq; in bcm2835_sdhci_probe() local
185 emmc_freq = ret; in bcm2835_sdhci_probe()
207 host->max_clk = emmc_freq; in bcm2835_sdhci_probe()
211 ret = sdhci_setup_cfg(&plat->cfg, host, emmc_freq, MIN_FREQ); in bcm2835_sdhci_probe()
/OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dsdhci.h16 int bcm2835_sdhci_init(u32 regbase, u32 emmc_freq);