Lines Matching refs:RTC_REG
17 #define RTC_REG(x) ((x)) macro
18 #define RTC_SET_SECONDS RTC_REG(0x0)
19 #define RTC_SET_MINUTES RTC_REG(0x4)
20 #define RTC_SET_HOURS RTC_REG(0x8)
21 #define RTC_SET_DAYS RTC_REG(0xc)
22 #define RTC_SET_MONTHS RTC_REG(0x10)
23 #define RTC_SET_YEARL RTC_REG(0x14)
24 #define RTC_SET_YEARH RTC_REG(0x18)
25 #define RTC_SET_WEEKS RTC_REG(0x1c)
26 #define RTC_ALARM_SECONDS RTC_REG(0x20)
27 #define RTC_ALARM_MINUTES RTC_REG(0x24)
28 #define RTC_ALARM_HOURS RTC_REG(0x28)
29 #define RTC_ALARM_DAYS RTC_REG(0x2c)
30 #define RTC_ALARM_MONTHS RTC_REG(0x30)
31 #define RTC_ALARM_YEARL RTC_REG(0x34)
32 #define RTC_ALARM_YEARH RTC_REG(0x38)
33 #define RTC_CTRL RTC_REG(0x3C)
34 #define RTC_STATUS0 RTC_REG(0x40)
35 #define RTC_STATUS1 RTC_REG(0x44)
36 #define RTC_INT0_EN RTC_REG(0x48)
37 #define RTC_INT1_EN RTC_REG(0x4c)
38 #define RTC_MSEC_CTRL RTC_REG(0x50)
39 #define RTC_MSEC_CNT RTC_REG(0x54)
40 #define RTC_COMP_H RTC_REG(0x58)
41 #define RTC_COMP_D RTC_REG(0x5c)
42 #define RTC_COMP_M RTC_REG(0x60)
43 #define RTC_ANALOG_CTRL RTC_REG(0x64)
44 #define RTC_ANALOG_TEST RTC_REG(0x68)
45 #define RTC_LDO_CTRL RTC_REG(0x6c)
46 #define RTC_XO_TRIM0 RTC_REG(0x70)
47 #define RTC_XO_TRIM1 RTC_REG(0x74)
48 #define RTC_VPTAT_TRIM RTC_REG(0x78)
49 #define RTC_ANALOG_EN RTC_REG(0x7c)
50 #define RTC_CLK32K_TEST RTC_REG(0x80)
51 #define RTC_TEST_ST RTC_REG(0x84)
52 #define RTC_TEST_LEN RTC_REG(0x88)
53 #define RTC_CNT_0 RTC_REG(0x8c)
54 #define RTC_CNT_1 RTC_REG(0x90)
55 #define RTC_CNT_2 RTC_REG(0x94)
56 #define RTC_CNT_3 RTC_REG(0x98)