Home
last modified time | relevance | path

Searched refs:cmos2 (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/kernel/arch/x86/
H A Darch_real_time_clock.cpp193 cmos_time cmos2; in arch_rtc_get_hw_time() local
203 read_cmos_clock(&cmos2); in arch_rtc_get_hw_time()
204 } while (!same_time(&cmos1, &cmos2) && --waitTime); in arch_rtc_get_hw_time()