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

/linux-master/drivers/clk/
H A Dclk-lmk04832.c379 unsigned int pll2_n, p, pll2_r; local
403 pll2_r = FIELD_PREP(0x0f00, tmp[0]) |
407 pll2_misc)) * pll2_n * pll2_p[p] / pll2_r;
464 unsigned int pll2_n, pll2_p, pll2_r; local
473 pll2_r = DIV_ROUND_CLOSEST(prate, div);
478 pll2_r = pll2_r << 2;
484 if (pll2_r < 1 || pll2_r > 0xfff)
489 *r = pll2_r;
[all...]

Completed in 110 milliseconds