Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodbq4802.h56 #define RTC_DOM 0x6 /* Day-of-Month */ macro
H A Dtodm5819p.h59 #define RTC_DOM 0x7 /* Day-of-Month */ macro
H A Dtodds1337.h72 #define RTC_DOM 0x04 /* 04h Day-of-month */ macro
H A Dtodm5819.h64 #define RTC_DOM 0x7 /* Day-of-Month */ macro
H A Dtodds1287.h87 #define RTC_DOM 0x7 /* Day-of-Month */ macro
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodbq4802.c228 rtc->rtc_dom = BCD_TO_BYTE(BQ4802_DATA_REG(RTC_DOM)); in read_rtc()
292 BQ4802_DATA_REG(RTC_DOM) = BYTE_TO_BCD(rtc->rtc_dom); in write_rtc_time()
H A Dtodm5819.c219 rtc->rtc_dom = RTC_GET8(RTC_DOM); in read_rtc()
305 RTC_PUT8(RTC_DOM, (rtc->rtc_dom)); in write_rtc_time()
H A Dtodm5819p_rmc.c228 M5819P_ADDR_REG = RTC_DOM; in read_rtc()
325 M5819P_ADDR_REG = RTC_DOM; in write_rtc_time()
H A Dtodds1287.c907 DS1287_ADDR_REG = RTC_DOM; in read_rtc()
1015 DS1287_ADDR_REG = RTC_DOM; in write_rtc_time()