Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/cpu/sa1100/
H A Dcpu.c55 #define RCSR 0x04 macro
61 writel(0, RST_BASE + RCSR); in reset_cpu()
H A Dstart.S76 #define RCSR 0x04 macro
/rk3399_rockchip-uboot/arch/arm/cpu/pxa/
H A Dpxa2xx.c243 rcsr = readl(RCSR); in pxa_wakeup()
244 writel(rcsr & (RCSR_GPR | RCSR_SMR | RCSR_WDR | RCSR_HWR), RCSR); in pxa_wakeup()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h1983 #define RCSR 0x40F00030 /* Reset Controller Status Register */ macro
/rk3399_rockchip-uboot/include/
H A DSA-1100.h1405 #define RCSR /* RC Status Reg. */ \ macro