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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/bvme6000/
H A Drtc.c39 static char rtc_status = 0; variable
144 if(rtc_status)
147 rtc_status = 1;
154 rtc_status = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mvme16x/
H A Drtc.c39 static char rtc_status = 0; variable
133 if(rtc_status)
136 rtc_status = 1;
143 rtc_status = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Drtc.c129 * Bits in rtc_status. (6 bits of room for future expansion)
136 * rtc_status is never changed by rtc_interrupt, and ioctl/open/close is
138 * in rtc_status and then with del_timer after the interrupt has read
139 * rtc_status but before mod_timer is called, which would then reenable the
142 static unsigned long rtc_status = 0; /* bitmapped status byte. */ variable
182 if (rtc_status & RTC_TIMER_ON)
331 if (rtc_status & RTC_TIMER_ON) {
333 rtc_status &= ~RTC_TIMER_ON;
350 if (!(rtc_status & RTC_TIMER_ON)) {
354 rtc_status |
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A Dip27-rtc.c57 * Bits in rtc_status. (6 bits of room for future expansion)
63 static unsigned char rtc_status; /* bitmapped status byte. */ variable
168 if (rtc_status & RTC_IS_OPEN) {
173 rtc_status |= RTC_IS_OPEN;
185 rtc_status &= ~RTC_IS_OPEN;

Completed in 62 milliseconds