Home
last modified time | relevance | path

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

/dragonfly/sys/bus/isa/
H A Drtc.h52 #define RTC_MONTH 0x08 /* month of year */ macro
/dragonfly/sys/platform/pc64/isa/
H A Dclock.c278 rtcin(RTC_YEAR), rtcin(RTC_MONTH), rtcin(RTC_DAY), in DB_SHOW_COMMAND()
1107 month = readrtc(RTC_MONTH); in inittodr()
1192 writertc(RTC_MONTH, bin2bcd(m + 1)); /* Write back Month */ in resettodr()