Searched refs:best_p (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/arch/arm/mach-tegra/tegra124/ |
D | clock.c | 1068 u32 diff, best_diff, best_m = 0, best_n = 0, best_p; in clock_set_display_rate() local 1083 best_p = divp; in clock_set_display_rate() 1123 rounded_rate = (ref / best_m * best_n) >> best_p; in clock_set_display_rate() 1127 __func__, rounded_rate, ref, best_m, best_n, best_p, cpcon); in clock_set_display_rate() 1132 clock_set_rate(CLOCK_ID_DISPLAY, best_n, best_m, best_p, cpcon); in clock_set_display_rate()
|