Searched refs:RCSR (Results 1 – 13 of 13) sorted by relevance
54 #define RCSR 0x04 macro60 writel(0, RST_BASE + RCSR); in reset_cpu()
75 #define RCSR 0x04 macro
75 RCSR = RCSR_HWR | RCSR_SWR | RCSR_WDR | RCSR_SMR; in sa11x0_pm_enter()86 RCSR = RCSR_SMR; in sa11x0_pm_enter()
77 RCSR = RCSR_HWR | RCSR_WDR | RCSR_SMR | RCSR_GPR; in pxa25x_cpu_pm_enter()238 pxa_register_wdt(RCSR); in pxa25x_init()
142 RCSR = RCSR_HWR | RCSR_WDR | RCSR_SMR | RCSR_GPR; in pxa27x_cpu_pm_enter()340 pxa_register_wdt(RCSR); in pxa27x_init()
25 RCSR = mask; in pxa2xx_clear_reset_status()
32 #define RCSR __REG(0x40F00030) /* Reset Controller Status Register */ macro
585 RCSR = 0x0f; in sharpsl_pm_resume()
15 RCSR = mask; in clear_reset_status()
1026 #define RCSR __REG(0x90030004) /* RC Status Reg. */ macro
242 rcsr = readl(RCSR); in pxa_wakeup()243 writel(rcsr & (RCSR_GPR | RCSR_SMR | RCSR_WDR | RCSR_HWR), RCSR); in pxa_wakeup()
1983 #define RCSR 0x40F00030 /* Reset Controller Status Register */ macro
1405 #define RCSR /* RC Status Reg. */ \ macro