Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __ASM_CPU_SH4_RTC_H |
| 2 | #define __ASM_CPU_SH4_RTC_H |
| 3 | |
| 4 | /* SH-4 RTC */ |
| 5 | #define R64CNT 0xffc80000 |
| 6 | #define RSECCNT 0xffc80004 |
| 7 | #define RMINCNT 0xffc80008 |
| 8 | #define RHRCNT 0xffc8000c |
| 9 | #define RWKCNT 0xffc80010 |
| 10 | #define RDAYCNT 0xffc80014 |
| 11 | #define RMONCNT 0xffc80018 |
| 12 | #define RYRCNT 0xffc8001c /* 16bit */ |
| 13 | #define RSECAR 0xffc80020 |
| 14 | #define RMINAR 0xffc80024 |
| 15 | #define RHRAR 0xffc80028 |
| 16 | #define RWKAR 0xffc8002c |
| 17 | #define RDAYAR 0xffc80030 |
| 18 | #define RMONAR 0xffc80034 |
| 19 | #define RCR1 0xffc80038 |
| 20 | #define RCR2 0xffc8003c |
| 21 | |
| 22 | #define RTC_BIT_INVERTED 0x40 /* bug on SH7750, SH7750S */ |
| 23 | |
| 24 | #endif /* __ASM_CPU_SH4_RTC_H */ |
| 25 | |