Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodbq4802.h59 #define RTC_MON 0x9 /* Month */ macro
H A Dtodm5819p.h60 #define RTC_MON 0x8 /* Month */ macro
H A Dtodds1337.h73 #define RTC_MON 0x05 /* 05h Month */ macro
H A Dtodm5819.h65 #define RTC_MON 0x8 /* Month */ macro
H A Dtodds1287.h88 #define RTC_MON 0x8 /* Month */ macro
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodm5819.c222 rtc->rtc_mon = RTC_GET8(RTC_MON); in read_rtc()
307 RTC_PUT8(RTC_MON, (rtc->rtc_mon)); in write_rtc_time()
H A Dtodbq4802.c231 rtc->rtc_mon = BCD_TO_BYTE(BQ4802_DATA_REG(RTC_MON)); in read_rtc()
294 BQ4802_DATA_REG(RTC_MON) = BYTE_TO_BCD(rtc->rtc_mon); in write_rtc_time()
H A Dtodm5819p_rmc.c230 M5819P_ADDR_REG = RTC_MON; in read_rtc()
327 M5819P_ADDR_REG = RTC_MON; in write_rtc_time()
H A Dtodds1287.c909 DS1287_ADDR_REG = RTC_MON; in read_rtc()
1017 DS1287_ADDR_REG = RTC_MON; in write_rtc_time()