Home
last modified time | relevance | path

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

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