Home
last modified time | relevance | path

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

/xv6-public/
H A Dlapic.c165 #define CMOS_UIP (1 << 7) // RTC update in progress macro
208 if(cmos_read(CMOS_STATA) & CMOS_UIP) in cmostime()