Go to the documentation of this file. 1 #ifndef __ASM_MACH_REGS_RTC_H
2 #define __ASM_MACH_REGS_RTC_H
4 #include <mach/hardware.h>
10 #define RCNR __REG(0x40900000)
11 #define RTAR __REG(0x40900004)
12 #define RTSR __REG(0x40900008)
13 #define RTTR __REG(0x4090000C)
14 #define PIAR __REG(0x40900038)
16 #define RTSR_PICE (1 << 15)
17 #define RTSR_PIALE (1 << 14)
18 #define RTSR_HZE (1 << 3)
19 #define RTSR_ALE (1 << 2)
20 #define RTSR_HZ (1 << 1)
21 #define RTSR_AL (1 << 0)