Home
last modified time | relevance | path

Searched refs:PLLCTL_PLLENSRC (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()
96 val &= ~PLLCTL_PLLENSRC; in davinci_pm_suspend()
H A Dsleep.S79 bic ip, ip, #PLLCTL_PLLENSRC
134 bic ip, ip, #PLLCTL_PLLENSRC
H A Dclock.h18 #define PLLCTL_PLLENSRC BIT(5) macro