Lines Matching refs:status
74 * Clear the rtc interrupt status register after setting the
88 u32 status;
92 status = readl(xrtcdev->reg_base + RTC_INT_STS);
94 if (status & RTC_INT_SEC) {
128 unsigned int status;
135 status = readl(xrtcdev->reg_base + RTC_INT_STS);
136 if (!((status & RTC_ALRM_MASK) == RTC_ALRM_MASK))
140 dev_err(dev, "Time out occur, while clearing alarm status bit\n");
198 unsigned int status;
200 status = readl(xrtcdev->reg_base + RTC_INT_STS);
202 if (!(status & (RTC_INT_SEC | RTC_INT_ALRM)))
208 if (status & RTC_INT_ALRM)