RTC_INT_SEC
if (!(status & (RTC_INT_SEC | RTC_INT_ALRM)))
writel(RTC_INT_SEC, xrtcdev->reg_base + RTC_INT_STS);
if (status & RTC_INT_SEC) {