Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dbcm2835_sdhci.c50 #define MIN_FREQ 400000 macro
200 priv->twoticks_delay = ((2 * 1000000) / MIN_FREQ) + 1; in bcm2835_sdhci_probe()
211 ret = sdhci_setup_cfg(&plat->cfg, host, emmc_freq, MIN_FREQ); in bcm2835_sdhci_probe()