Searched refs:RTSR_AL (Results 1 – 2 of 2) sorted by relevance
37 #define RTSR_AL BIT(0) /* RTC alarm detected */ macro64 writel_relaxed((RTSR_AL | RTSR_HZ) & (rtsr >> 2), info->rtsr); in sa1100_rtc_interrupt()73 writel_relaxed(RTSR_AL | RTSR_HZ, info->rtsr); in sa1100_rtc_interrupt()77 if (rtsr & RTSR_AL) in sa1100_rtc_interrupt()82 if (rtsr & RTSR_AL) in sa1100_rtc_interrupt()134 alrm->pending = (rtsr & RTSR_AL) ? 1 : 0; in sa1100_rtc_read_alarm()144 (RTSR_HZE | RTSR_ALE | RTSR_AL), info->rtsr); in sa1100_rtc_set_alarm()236 writel_relaxed(RTSR_AL | RTSR_HZ, info->rtsr); in sa1100_rtc_init()
44 #define RTSR_AL (1 << 0) /* RTC alarm detected */ macro45 #define RTSR_TRIG_MASK (RTSR_AL | RTSR_HZ | RTSR_RDAL1 | RTSR_RDAL2\