Searched refs:best_freq (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c303 unsigned long best_freq = 0; local
359 best_freq = tmp;
364 best_freq = tmp;
369 if (best_freq) {
372 inno->pll.rate = best_freq;
375 return best_freq;
/u-boot/drivers/spi/
H A Dpl022_spi.c248 u32 min, max, best_freq = 0, tmp; local
265 if (abs(speed - tmp) < abs(speed - best_freq)) {
266 best_freq = tmp;
/u-boot/drivers/video/rockchip/
H A Ddw_mipi_dsi_rockchip.c533 unsigned long best_freq = 0; local
608 best_freq = tmp;
612 if (best_freq) {
613 dsi->lane_mbps = DIV_ROUND_UP(best_freq, USEC_PER_SEC);
618 dev_err(dsi->dsi_host, "Can not find best_freq for DPHY\n");

Completed in 130 milliseconds