Searched refs:PLL_HAS_MUL (Results 1 – 3 of 3) sorted by relevance
176 pll->flags = PLL_HAS_PRE | PLL_HAS_MUL; in c6455_setup_clocks()214 pll->flags = PLL_HAS_MUL | PLL_HAS_POST; in c6457_setup_clocks()265 pll->flags = PLL_HAS_MUL; in c6472_setup_clocks()313 pll->flags = PLL_HAS_MUL; in c6474_setup_clocks()362 pll->flags = PLL_HAS_MUL; in c6678_setup_clocks()
287 if (pll->flags & PLL_HAS_MUL) { in clk_pllclk_recalc()
121 #define PLL_HAS_MUL BIT(1) macro