Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/c6x/platforms/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm/mach-davinci/
H A Dclock.h44 #define PLLDIV_RATIO_MASK 0x1f macro
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dclock.h74 #define PLLDIV_RATIO_MASK 0x1f macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock_defs.h95 #define PLLDIV_RATIO_MASK 0xff macro