Home
last modified time | relevance | path

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

/linux/drivers/clk/at91/
H A Dclk-sam9x60-pll.c460 u32 divid; in sam9x60_div_pll_compute_div() local
469 for (divid = 1; divid < core->layout->div_mask; divid++) { in sam9x60_div_pll_compute_div()
470 tmp_parent_rate = clk_hw_round_rate(parent, rate * divid); in sam9x60_div_pll_compute_div()
474 tmp_rate = DIV_ROUND_CLOSEST_ULL(tmp_parent_rate, divid); in sam9x60_div_pll_compute_div()