RTSR_AL
#define RTSR_AL (1 << 0) /* RTC alarm detected */
#define RTSR_AL BIT(0) /* RTC alarm detected */