Searched refs:otdv2 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/clk/ |
H A D | clk-npcm7xx.c | 42 unsigned long fbdv, indv, otdv1, otdv2; in npcm7xx_clk_pll_recalc_rate() local 56 otdv2 = FIELD_GET(PLLCON_OTDV2, val); in npcm7xx_clk_pll_recalc_rate() 59 do_div(ret, indv * otdv1 * otdv2); in npcm7xx_clk_pll_recalc_rate()
|
H A D | clk-npcm8xx.c | 228 unsigned long fbdv, indv, otdv1, otdv2; in npcm8xx_clk_pll_recalc_rate() local 242 otdv2 = FIELD_GET(PLLCON_OTDV2, val); in npcm8xx_clk_pll_recalc_rate() 245 do_div(ret, indv * otdv1 * otdv2); in npcm8xx_clk_pll_recalc_rate()
|