Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-davinci/
Dclock.h44 #define PLLDIV_RATIO_MASK 0x1f macro
/Linux-v5.4/arch/c6x/platforms/
Dpll.c241 plldiv = (v & PLLDIV_RATIO_MASK) + 1; in clk_sysclk_recalc()
290 prediv = (prediv & PLLDIV_RATIO_MASK) + 1; in clk_pllclk_recalc()
297 postdiv = (postdiv & PLLDIV_RATIO_MASK) + 1; in clk_pllclk_recalc()
/Linux-v5.4/arch/c6x/include/asm/
Dclock.h74 #define PLLDIV_RATIO_MASK 0x1f macro