Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/isa/
H A Dclock.c556 readrtc(int port) in readrtc() function
1097 year = readrtc(RTC_YEAR) + readrtc(RTC_CENTURY) * 100; in inittodr()
1099 year = readrtc(RTC_YEAR) + 1900; in inittodr()
1107 month = readrtc(RTC_MONTH); in inittodr()
1112 days += readrtc(RTC_DAY) - 1; in inittodr()
1116 readrtc(RTC_HRS)) * 60 + in inittodr()
1117 readrtc(RTC_MIN)) * 60 + in inittodr()
1118 readrtc(RTC_SEC)); in inittodr()