Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137527
b: refs/heads/master
c: 36d543a
h: refs/heads/master
i:
  137525: 49812b3
  137523: 51b9860
  137519: 38476fc
v: v3
  • Loading branch information
Ben Dooks committed Mar 10, 2009
1 parent 53f0cf1 commit e4b462b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ae0b117a62c46c233c421e94fd4692ad562d1c7
refs/heads/master: 36d543a3b56dc7cddb63f5734e13db16066933a4
25 changes: 25 additions & 0 deletions trunk/arch/arm/plat-s3c64xx/include/plat/regs-gpio-memport.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/* linux/arch/arm/plat-s3c64xx/include/mach/regs-gpio-memport.h
*
* Copyright 2008 Openmoko, Inc.
* Copyright 2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
* http://armlinux.simtec.co.uk/
*
* S3C64XX - GPIO memory port register definitions
*/

#ifndef __ASM_PLAT_S3C64XX_REGS_GPIO_MEMPORT_H
#define __ASM_PLAT_S3C64XX_REGS_GPIO_MEMPORT_H __FILE__

#define S3C64XX_MEM0CONSTOP S3C64XX_GPIOREG(0x1B0)
#define S3C64XX_MEM1CONSTOP S3C64XX_GPIOREG(0x1B4)

#define S3C64XX_MEM0CONSLP0 S3C64XX_GPIOREG(0x1C0)
#define S3C64XX_MEM0CONSLP1 S3C64XX_GPIOREG(0x1C4)
#define S3C64XX_MEM1CONSLP S3C64XX_GPIOREG(0x1C8)

#define S3C64XX_MEM0DRVCON S3C64XX_GPIOREG(0x1D0)
#define S3C64XX_MEM1DRVCON S3C64XX_GPIOREG(0x1D4)

#endif /* __ASM_PLAT_S3C64XX_REGS_GPIO_MEMPORT_H */

0 comments on commit e4b462b

Please sign in to comment.