Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright 2008 Openmoko, Inc.
0004  * Copyright 2008 Simtec Electronics
0005  *      Ben Dooks <ben@simtec.co.uk>
0006  *      http://armlinux.simtec.co.uk/
0007  *
0008  * S3C64XX - GPIO memory port register definitions
0009  */
0010 
0011 #ifndef __MACH_S3C64XX_REGS_GPIO_MEMPORT_H
0012 #define __MACH_S3C64XX_REGS_GPIO_MEMPORT_H __FILE__
0013 
0014 #define S3C64XX_MEM0CONSTOP S3C64XX_GPIOREG(0x1B0)
0015 #define S3C64XX_MEM1CONSTOP S3C64XX_GPIOREG(0x1B4)
0016 
0017 #define S3C64XX_MEM0CONSLP0 S3C64XX_GPIOREG(0x1C0)
0018 #define S3C64XX_MEM0CONSLP1 S3C64XX_GPIOREG(0x1C4)
0019 #define S3C64XX_MEM1CONSLP  S3C64XX_GPIOREG(0x1C8)
0020 
0021 #define S3C64XX_MEM0DRVCON  S3C64XX_GPIOREG(0x1D0)
0022 #define S3C64XX_MEM1DRVCON  S3C64XX_GPIOREG(0x1D4)
0023 
0024 #endif /* __MACH_S3C64XX_REGS_GPIO_MEMPORT_H */
0025