Home
last modified time | relevance | path

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

/linux/arch/arm/mach-davinci/
H A Dpm.c58 val |= PLLCTL_PLLPWRDN; in davinci_pm_suspend()
80 val &= ~PLLCTL_PLLPWRDN; in davinci_pm_suspend()
H A Dsleep.S90 orr ip, ip, #PLLCTL_PLLPWRDN
115 bic ip, ip, #PLLCTL_PLLPWRDN
H A Dclock.h15 #define PLLCTL_PLLPWRDN BIT(1) macro