Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-davinci/
Dclock.h46 #define PLLDIV_EN BIT(15) macro
Dsleep.S86 bic ip, ip, #PLLDIV_EN
153 orr ip, ip, #PLLDIV_EN
/Linux-v4.19/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-v4.19/arch/c6x/include/asm/
Dclock.h76 #define PLLDIV_EN BIT(15) macro