Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-mxc.c48 #define RTC_RTCISR 0x14 /* 32bit rtc interrupt status reg */ macro
161 writew(readw(ioaddr + RTC_RTCISR), ioaddr + RTC_RTCISR); in rtc_update_alarm()
195 status = readw(ioaddr + RTC_RTCISR) & readw(ioaddr + RTC_RTCIENR); in mxc_rtc_interrupt()
197 writew(status, ioaddr + RTC_RTCISR); in mxc_rtc_interrupt()
264 alrm->pending = ((readw(ioaddr + RTC_RTCISR) & RTC_ALM_BIT)) ? 1 : 0; in mxc_rtc_read_alarm()