Searched refs:PLLCTL_PLLEN (Results 1 – 3 of 3) sorted by relevance
51 val &= ~(PLLCTL_PLLENSRC | PLLCTL_PLLEN); in davinci_pm_suspend()97 val |= PLLCTL_PLLEN; in davinci_pm_suspend()
80 bic ip, ip, #PLLCTL_PLLEN135 orr ip, ip, #PLLCTL_PLLEN
14 #define PLLCTL_PLLEN BIT(0) macro