Home
last modified time | relevance | path

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

/dragonfly/sys/bus/isa/
H A Drtc.h113 #define RTC_CENTURY 0x32 /* current century */ macro
/dragonfly/sys/platform/pc64/isa/
H A Dclock.c1097 year = readrtc(RTC_YEAR) + readrtc(RTC_CENTURY) * 100; in inittodr()
1179 writertc(RTC_CENTURY, bin2bcd(y/100)); /* ... and Century */ in resettodr()