Home
last modified time | relevance | path

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

/arch/arm/mach-davinci/
Dpm.c72 val &= ~PLLCTL_PLLRST; in davinci_pm_suspend()
85 val |= PLLCTL_PLLRST; in davinci_pm_suspend()
Dsleep.S122 bic ip, ip, #PLLCTL_PLLRST
136 orr ip, ip, #PLLCTL_PLLRST
Dclock.h23 #define PLLCTL_PLLRST BIT(3) macro
Dclock.c517 ctrl &= ~(PLLCTL_PLLRST | PLLCTL_PLLDIS); in davinci_set_pllrate()
531 ctrl |= PLLCTL_PLLRST; in davinci_set_pllrate()
/arch/c6x/include/asm/
Dclock.h64 #define PLLCTL_PLLRST BIT(3) macro