Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa2xx-regs.h107 #define RCSR_GPR (1 << 3) /* GPIO Reset */ macro
H A Dpxa25x.c77 RCSR = RCSR_HWR | RCSR_WDR | RCSR_SMR | RCSR_GPR; in pxa25x_cpu_pm_enter()
H A Dpxa27x.c142 RCSR = RCSR_HWR | RCSR_WDR | RCSR_SMR | RCSR_GPR; in pxa27x_cpu_pm_enter()
/openbmc/u-boot/arch/arm/cpu/pxa/
H A Dpxa2xx.c243 writel(rcsr & (RCSR_GPR | RCSR_SMR | RCSR_WDR | RCSR_HWR), RCSR); in pxa_wakeup()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2049 #define RCSR_GPR (1 << 3) /* GPIO Reset */ macro