Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra124/
H A Dclock.c1068 u32 cf, vco, rounded_rate = frequency; in clock_set_display_rate() local
1124 rounded_rate = (ref / best_m * best_n) >> best_p; in clock_set_display_rate()
1128 __func__, rounded_rate, ref, best_m, best_n, best_p, cpcon); in clock_set_display_rate()
1135 return rounded_rate; in clock_set_display_rate()