| * 2005 (c) MontaVista Software, Inc. This file is licensed under |
| * the terms of the GNU General Public License version 2. This program |
| * is licensed "as is" without any warranty of any kind, whether express |
| #include <linux/config.h> |
| #include <linux/linkage.h> |
| #include <asm/assembler.h> |
| #include <asm/hardware.h> |
| #include <asm/arch/pxa-regs.h> |
| mov r1, #(PSSR_PH | PSSR_STS) |
| mov r3, #UNCACHED_PHYS_0 @ Read mem context in. |
| 1: mcr p14, 0, r2, c7, c0, 0 @ put the system into Standby |
| str r1, [r0] @ make sure PSSR_PH/STS are clear |