Home
last modified time | relevance | path

Searched refs:RCSR_SMR (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/pxa/
H A Dpxa2xx.c244 writel(rcsr & (RCSR_GPR | RCSR_SMR | RCSR_WDR | RCSR_HWR), RCSR); in pxa_wakeup()
247 if (rcsr & RCSR_SMR) { in pxa_wakeup()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2050 #define RCSR_SMR (1 << 2) /* Sleep Mode */ macro
/rk3399_rockchip-uboot/include/
H A DSA-1100.h1414 #define RCSR_SMR 0x00000008 /* Sleep-Mode Reset */ macro