Home
last modified time | relevance | path

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

/u-boot/drivers/clk/kendryte/
A Dpll.c140 static const u8 factors[] = { variable
309 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 …]
/u-boot/doc/uImage.FIT/
A Dsource_file_format.txt29 All those factors combined clearly show that there is a need for new, more
/u-boot/common/
A Ddlmalloc.src19 Consistent balance across these factors results in a good general-purpose

Completed in 5 milliseconds