Home
last modified time | relevance | path

Searched refs:RTC_INT_SEC (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/rtc/
Drtc-zynqmp.c45 #define RTC_INT_SEC BIT(0) macro
94 writel(RTC_INT_SEC, xrtcdev->reg_base + RTC_INT_STS); in xlnx_rtc_set_time()
107 if (status & RTC_INT_SEC) { in xlnx_rtc_read_time()
201 if (!(status & (RTC_INT_SEC | RTC_INT_ALRM))) in xlnx_rtc_interrupt()