Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/baikal-t1/
H A Dccu-pll.c173 unsigned long nr_max, nf_max, od_max; in ccu_pll_calc_factors() local
201 nf_max = min(CCU_PLL_FVCO_MAX / denom, CCU_PLL_NF_MAX); in ccu_pll_calc_factors()
208 if (num / denom >= nf_max) { in ccu_pll_calc_factors()
209 n1 = nf_max; in ccu_pll_calc_factors()
215 rational_best_approximation(num, denom, nf_max, od_max, in ccu_pll_calc_factors()