-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
25
trunk/arch/arm/plat-s3c64xx/include/plat/regs-gpio-memport.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 */ | ||
|