Skip to content

Commit

Permalink
[ARM] S3C64XX: add AHB_CON and SPCON register address definitions
Browse files Browse the repository at this point in the history
Add the address definitions for S3C64XX_AHB_CONx and
SPCON registers for use in the PM code.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Mar 10, 2009
1 parent 36d543a commit 1288b67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/plat-s3c64xx/include/plat/regs-sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@

#define S3C_SYSREG(x) (S3C_VA_SYS + (x))

#define S3C64XX_AHB_CON0 S3C_SYSREG(0x100)
#define S3C64XX_AHB_CON1 S3C_SYSREG(0x104)
#define S3C64XX_AHB_CON2 S3C_SYSREG(0x108)

#define S3C64XX_OTHERS S3C_SYSREG(0x900)

#define S3C64XX_OTHERS_USBMASK (1 << 16)
Expand Down

0 comments on commit 1288b67

Please sign in to comment.