Searched refs:PLLCTL_PLLRST (Results 1 – 3 of 3) sorted by relevance
75 val &= ~PLLCTL_PLLRST; in davinci_pm_suspend()88 val |= PLLCTL_PLLRST; in davinci_pm_suspend()
110 bic ip, ip, #PLLCTL_PLLRST124 orr ip, ip, #PLLCTL_PLLRST
16 #define PLLCTL_PLLRST BIT(3) macro