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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/bvme6000/
H A Drtc.c39 static char rtc_status; variable
143 if(rtc_status)
146 rtc_status = 1;
153 rtc_status = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Drtc.c178 * Bits in rtc_status. (6 bits of room for future expansion)
185 * rtc_status is never changed by rtc_interrupt, and ioctl/open/close is
187 * in rtc_status and then with del_timer after the interrupt has read
188 * rtc_status but before mod_timer is called, which would then reenable the
191 static unsigned long rtc_status = 0; /* bitmapped status byte. */ variable
253 if (rtc_status & RTC_TIMER_ON)
426 if (rtc_status & RTC_TIMER_ON) {
427 rtc_status &= ~RTC_TIMER_ON;
445 if (!(rtc_status & RTC_TIMER_ON)) {
448 rtc_status |
[all...]
H A Dip27-rtc.c58 * Bits in rtc_status. (6 bits of room for future expansion)
64 static unsigned char rtc_status; /* bitmapped status byte. */ variable
169 if (rtc_status & RTC_IS_OPEN) {
174 rtc_status |= RTC_IS_OPEN;
188 rtc_status &= ~RTC_IS_OPEN;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/hp300/
H A Dconfig.c118 #define rtc_status() (in_8(RTCBASE + RTC_CMD)) macro
162 s = rtc_status();
190 s = rtc_status();

Completed in 120 milliseconds