Searched refs:RTC_INT_ALRM (Results 1 – 1 of 1) sorted by relevance
46 #define RTC_INT_ALRM BIT(1) macro89 alrm->enabled = readl(xrtcdev->reg_base + RTC_INT_MASK) & RTC_INT_ALRM; in xlnx_rtc_read_alarm()99 writel(RTC_INT_ALRM, xrtcdev->reg_base + RTC_INT_EN); in xlnx_rtc_alarm_irq_enable()101 writel(RTC_INT_ALRM, xrtcdev->reg_base + RTC_INT_DIS); in xlnx_rtc_alarm_irq_enable()150 if (!(status & (RTC_INT_SEC | RTC_INT_ALRM))) in xlnx_rtc_interrupt()158 if (status & RTC_INT_ALRM) in xlnx_rtc_interrupt()