RTSR_ALE
#define RTSR_ALE (1 << 2) /* RTC alarm interrupt enable */
#define RTSR_ALE BIT(2) /* RTC alarm interrupt enable */