Searched refs:factors (Results 1 – 3 of 3) sorted by relevance
140 static const u8 factors[] = { variable309 r = UNPACK_R(factors[i]); in k210_pll_calc_config()310 od = UNPACK_OD(factors[i]); in k210_pll_calc_config()311 } while (i + 1 < ARRAY_SIZE(factors) && in k210_pll_calc_config()325 while (r * od < goal && i + 1 < ARRAY_SIZE(factors)) { in k210_pll_calc_config()327 r = UNPACK_R(factors[i]); in k210_pll_calc_config()328 od = UNPACK_OD(factors[i]); in k210_pll_calc_config()387 if (i + 1 < ARRAY_SIZE(factors)) { in k210_pll_calc_config()391 new_r = UNPACK_R(factors[i]); in k210_pll_calc_config()392 new_od = UNPACK_OD(factors[i]); in k210_pll_calc_config()[all …]
29 All those factors combined clearly show that there is a need for new, more
19 Consistent balance across these factors results in a good general-purpose
Completed in 5 milliseconds