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

/openwrt/package/kernel/rtc-rv5c386a/src/
H A Drtc.c72 static unsigned long rtc_status = 0; /* Bitmapped status byte. */ variable
251 if (rtc_status & RTC_IS_OPEN) {
256 rtc_status |= RTC_IS_OPEN;
274 rtc_status &= ~RTC_IS_OPEN;

Completed in 68 milliseconds