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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-mxc.c72 #define RTC_RTCISR 0x14 /* 32bit rtc interrupt status reg */ macro
188 writew(readw(ioaddr + RTC_RTCISR), ioaddr + RTC_RTCISR); local
204 status = readw(ioaddr + RTC_RTCISR) & readw(ioaddr + RTC_RTCIENR);
206 writew(status, ioaddr + RTC_RTCISR);
246 writew(0xffffffff, ioaddr + RTC_RTCISR);
325 alrm->pending = ((readw(ioaddr + RTC_RTCISR) & RTC_ALM_BIT)) ? 1 : 0;

Completed in 30 milliseconds