Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * Copyright (c) 2006 Ben Dooks <ben-linux@fluff.org>
0004  *
0005  * H1940 Suspend to RAM
0006  */
0007 
0008 #include <linux/linkage.h>
0009 #include <asm/assembler.h>
0010 #include "map.h"
0011 
0012 #include "regs-gpio.h"
0013 
0014     .text
0015     .global h1940_pm_return
0016 
0017 h1940_pm_return:
0018     mov r0, #S3C2410_PA_GPIO
0019     ldr pc, [r0, #S3C2410_GSTATUS3 - S3C24XX_VA_GPIO]