Home
last modified time | relevance | path

Searched refs:PLL_HAS_MUL (Results 1 – 3 of 3) sorted by relevance

/arch/c6x/platforms/
Dplldata.c175 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()
Dpll.c287 if (pll->flags & PLL_HAS_MUL) { in clk_pllclk_recalc()
/arch/c6x/include/asm/
Dclock.h121 #define PLL_HAS_MUL BIT(1) macro