Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dclock.c1409 unsigned int target_rate, unsigned int *best_fine_scalar) in clock_calc_best_scalar() argument
1420 assert(best_fine_scalar != NULL); in clock_calc_best_scalar()
1423 *best_fine_scalar = 1; in clock_calc_best_scalar()
1444 *best_fine_scalar = effective_div; in clock_calc_best_scalar()