Home
last modified time | relevance | path

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

/linux/arch/arm/mach-davinci/
H A Dpm.c75 val &= ~PLLCTL_PLLRST; in davinci_pm_suspend()
88 val |= PLLCTL_PLLRST; in davinci_pm_suspend()
H A Dsleep.S110 bic ip, ip, #PLLCTL_PLLRST
124 orr ip, ip, #PLLCTL_PLLRST
H A Dclock.h16 #define PLLCTL_PLLRST BIT(3) macro