Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-davinci/
Dclock.h43 #define PLLDIV_EN BIT(15) macro
Dsleep.S74 bic ip, ip, #PLLDIV_EN
141 orr ip, ip, #PLLDIV_EN
/Linux-v5.4/arch/c6x/platforms/
Dpll.c240 if (v & PLLDIV_EN) in clk_sysclk_recalc()
289 if (prediv & PLLDIV_EN) in clk_pllclk_recalc()
296 if (postdiv & PLLDIV_EN) in clk_pllclk_recalc()
/Linux-v5.4/arch/c6x/include/asm/
Dclock.h73 #define PLLDIV_EN BIT(15) macro