Home
last modified time | relevance | path

Searched refs:PLLDIV_EN (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/arm/mach-davinci/
Dclock.c312 if (v & PLLDIV_EN) { in clk_sysclk_recalc()
379 v |= ratio | PLLDIV_EN; in davinci_set_sysclk_rate()
430 if (prediv & PLLDIV_EN) in clk_pllclk_recalc()
442 if (postdiv & PLLDIV_EN) in clk_pllclk_recalc()
496 prediv = (prediv - 1) | PLLDIV_EN; in davinci_set_pllrate()
501 postdiv = (postdiv - 1) | PLLDIV_EN; in davinci_set_pllrate()
Dsleep.S86 bic ip, ip, #PLLDIV_EN
153 orr ip, ip, #PLLDIV_EN
Dclock.h50 #define PLLDIV_EN BIT(15) macro
/linux-4.1.27/arch/c6x/platforms/
Dpll.c244 if (v & PLLDIV_EN) in clk_sysclk_recalc()
293 if (prediv & PLLDIV_EN) in clk_pllclk_recalc()
300 if (postdiv & PLLDIV_EN) in clk_pllclk_recalc()
/linux-4.1.27/arch/c6x/include/asm/
Dclock.h76 #define PLLDIV_EN BIT(15) macro