Home
last modified time | relevance | path

Searched refs:divid (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/at91/
H A Dclk-sam9x60-pll.c334 u32 divid; in sam9x60_div_pll_compute_div() local
343 for (divid = 1; divid < core->layout->div_mask; divid++) { in sam9x60_div_pll_compute_div()
344 tmp_parent_rate = clk_hw_round_rate(parent, rate * divid); in sam9x60_div_pll_compute_div()
348 tmp_rate = DIV_ROUND_CLOSEST_ULL(tmp_parent_rate, divid); in sam9x60_div_pll_compute_div()
/kernel/linux/linux-6.6/drivers/clk/at91/
H A Dclk-sam9x60-pll.c445 u32 divid; in sam9x60_div_pll_compute_div() local
454 for (divid = 1; divid < core->layout->div_mask; divid++) { in sam9x60_div_pll_compute_div()
455 tmp_parent_rate = clk_hw_round_rate(parent, rate * divid); in sam9x60_div_pll_compute_div()
459 tmp_rate = DIV_ROUND_CLOSEST_ULL(tmp_parent_rate, divid); in sam9x60_div_pll_compute_div()

Completed in 3 milliseconds