Searched refs:RTC_VALID (Results 1 – 5 of 5) sorted by relevance
77 #ifdef RTC_VALID78 #undef RTC_VALID79 #define RTC_VALID interrupts /* Register D */ macro
86 #define RTC_VALID RTC_REG_D macro
52 if ((CMOS_READ(RTC_VALID) & RTC_VRT) == 0) in get_isa_cmos_time()
87 if ((CMOS_READ(RTC_VALID) & RTC_VRT) == 0) in get_isa_cmos_time()
943 batt = CMOS_READ(RTC_VALID) & RTC_VRT; in rtc_proc_output()