Home
last modified time | relevance | path

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

/xv6-public/
H A Dlapic.c175 cmos_read(uint reg) in cmos_read() function
186 r->second = cmos_read(SECS); in fill_rtcdate()
187 r->minute = cmos_read(MINS); in fill_rtcdate()
188 r->hour = cmos_read(HOURS); in fill_rtcdate()
189 r->day = cmos_read(DAY); in fill_rtcdate()
190 r->month = cmos_read(MONTH); in fill_rtcdate()
191 r->year = cmos_read(YEAR); in fill_rtcdate()
201 sb = cmos_read(CMOS_STATB); in cmostime()
208 if(cmos_read(CMOS_STATA) & CMOS_UIP) in cmostime()