0001
0002
0003
0004
0005
0006
0007
0008
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
0025