RTC_INT_ALRM      118 drivers/rtc/rtc-zynqmp.c 	alrm->enabled = readl(xrtcdev->reg_base + RTC_INT_MASK) & RTC_INT_ALRM;
RTC_INT_ALRM      128 drivers/rtc/rtc-zynqmp.c 		writel(RTC_INT_ALRM, xrtcdev->reg_base + RTC_INT_EN);
RTC_INT_ALRM      130 drivers/rtc/rtc-zynqmp.c 		writel(RTC_INT_ALRM, xrtcdev->reg_base + RTC_INT_DIS);
RTC_INT_ALRM      183 drivers/rtc/rtc-zynqmp.c 	if (!(status & (RTC_INT_SEC | RTC_INT_ALRM)))
RTC_INT_ALRM      187 drivers/rtc/rtc-zynqmp.c 	writel(RTC_INT_ALRM, xrtcdev->reg_base + RTC_INT_STS);
RTC_INT_ALRM      189 drivers/rtc/rtc-zynqmp.c 	if (status & RTC_INT_ALRM)