Searched refs:PLLCON_INDV (Results 1 – 3 of 3) sorted by relevance
36 #define PLLCON_INDV GENMASK(5, 0) macro53 indv = FIELD_GET(PLLCON_INDV, val); in npcm7xx_clk_pll_recalc_rate()
44 #define PLLCON_INDV GENMASK(5, 0) macro239 indv = FIELD_GET(PLLCON_INDV, val); in npcm8xx_clk_pll_recalc_rate()
46 #define PLLCON_INDV(con) extract32((con), 0, 6) macro131 freq /= PLLCON_INDV(con) * PLLCON_OTDV1(con) * PLLCON_OTDV2(con); in npcm7xx_clk_update_pll()