Searched refs:RTC_INT_MASK (Results 1 – 3 of 3) sorted by relevance
55 REG32(RTC_INT_MASK, 0x24)56 FIELD(RTC_INT_MASK, ALARM, 1, 1)57 FIELD(RTC_INT_MASK, SECONDS, 0, 1)
73 #define RTC_INT_MASK (1<<31) macro92 val |= RTC_INT_MASK; in spear_rtc_clear_interrupt()160 if ((irq_data & RTC_INT_MASK)) { in spear_rtc_irq()
27 #define RTC_INT_MASK 0x24 macro120 alrm->enabled = readl(xrtcdev->reg_base + RTC_INT_MASK) & RTC_INT_ALRM; in xlnx_rtc_read_alarm()