Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-davinci/
Dclock.h47 #define PLLDIV_RATIO_MASK 0x1f macro
/Linux-v4.19/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()
/Linux-v4.19/arch/c6x/include/asm/
Dclock.h77 #define PLLDIV_RATIO_MASK 0x1f macro