Searched refs:PLL_HAS_MUL (Results 1 – 3 of 3) sorted by relevance
175 pll->flags = PLL_HAS_PRE | PLL_HAS_MUL; in c6455_setup_clocks()213 pll->flags = PLL_HAS_MUL | PLL_HAS_POST; in c6457_setup_clocks()264 pll->flags = PLL_HAS_MUL; in c6472_setup_clocks()312 pll->flags = PLL_HAS_MUL; in c6474_setup_clocks()361 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