Home
last modified time | relevance | path

Searched refs:PLLDIV_RATIO_MASK (Results 1 – 4 of 4) sorted by relevance

/arch/c6x/platforms/
Dpll.c245 plldiv = (v & PLLDIV_RATIO_MASK) + 1; in clk_sysclk_recalc()
294 prediv = (prediv & PLLDIV_RATIO_MASK) + 1; in clk_pllclk_recalc()
301 postdiv = (postdiv & PLLDIV_RATIO_MASK) + 1; in clk_pllclk_recalc()
/arch/c6x/include/asm/
Dclock.h77 #define PLLDIV_RATIO_MASK 0x1f macro
/arch/arm/mach-davinci/
Dclock.h51 #define PLLDIV_RATIO_MASK 0x1f macro
Dclock.c612 pll->div_ratio_mask = PLLDIV_RATIO_MASK; in davinci_clk_init()