Searched refs:RTC_RTCISR (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/rtc/
H A Drtc-mxc.c64 #define RTC_RTCISR 0x14 /* 32bit rtc interrupt status reg */ macro
185 writew(readw(ioaddr + RTC_RTCISR), ioaddr + RTC_RTCISR); rtc_update_alarm() local
220 status = readw(ioaddr + RTC_RTCISR) & readw(ioaddr + RTC_RTCIENR); mxc_rtc_interrupt()
222 writew(status, ioaddr + RTC_RTCISR); mxc_rtc_interrupt()
258 writew(0xffffffff, ioaddr + RTC_RTCISR); mxc_rtc_release()
325 alrm->pending = ((readw(ioaddr + RTC_RTCISR) & RTC_ALM_BIT)) ? 1 : 0; mxc_rtc_read_alarm()

Completed in 33 milliseconds