Home
last modified time | relevance | path

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

/dragonfly/sys/bus/isa/
H A Drtc.h51 #define RTC_DAY 0x07 /* day of month */ macro
/dragonfly/sys/platform/pc64/isa/
H A Dclock.c278 rtcin(RTC_YEAR), rtcin(RTC_MONTH), rtcin(RTC_DAY), in DB_SHOW_COMMAND()
1112 days += readrtc(RTC_DAY) - 1; in inittodr()
1193 writertc(RTC_DAY, bin2bcd(tm + 1)); /* Write back Month Day */ in resettodr()