Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208788
b: refs/heads/master
c: 002d31e
h: refs/heads/master
v: v3
  • Loading branch information
Atul Dahiya authored and Kukjin Kim committed Aug 5, 2010
1 parent 7339936 commit 1744d13
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e48add8c1c462fb10d6297b739a57ef599eb02ae
refs/heads/master: 002d31e6b623d08d707c7ba490f4ae0099285e9e
3 changes: 3 additions & 0 deletions trunk/arch/arm/plat-samsung/include/plat/regs-rtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
#define __ASM_ARCH_REGS_RTC_H __FILE__

#define S3C2410_RTCREG(x) (x)
#define S3C2410_INTP S3C2410_RTCREG(0x30)
#define S3C2410_INTP_ALM (1 << 1)
#define S3C2410_INTP_TIC (1 << 0)

#define S3C2410_RTCCON S3C2410_RTCREG(0x40)
#define S3C2410_RTCCON_RTCEN (1<<0)
Expand Down

0 comments on commit 1744d13

Please sign in to comment.