RTC_EN
#define RTC_EN BIT(0) /* RTC Enable */
#define RTC_EN BIT(10) /* RTC event enable */
#define RTC_EN 0x2
#define RTC_EN BIT(2)