Home
last modified time | relevance | path

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

/linux/arch/arm/mach-davinci/
H A Dpm.c51 val &= ~(PLLCTL_PLLENSRC | PLLCTL_PLLEN); in davinci_pm_suspend()
97 val |= PLLCTL_PLLEN; in davinci_pm_suspend()
H A Dsleep.S80 bic ip, ip, #PLLCTL_PLLEN
135 orr ip, ip, #PLLCTL_PLLEN
H A Dclock.h14 #define PLLCTL_PLLEN BIT(0) macro