Searched refs:RTC_DOM (Results 1 – 11 of 11) sorted by relevance
64 #define RTC_DOM 0x04 /* 04h Day-of-month */ macro
56 #define RTC_DOM 0x6 /* Day-of-Month */ macro
59 #define RTC_DOM 0x7 /* Day-of-Month */ macro
72 #define RTC_DOM 0x04 /* 04h Day-of-month */ macro
64 #define RTC_DOM 0x7 /* Day-of-Month */ macro
87 #define RTC_DOM 0x7 /* Day-of-Month */ macro
228 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()
219 rtc->rtc_dom = RTC_GET8(RTC_DOM); in read_rtc()305 RTC_PUT8(RTC_DOM, (rtc->rtc_dom)); in write_rtc_time()
244 rtc->rtc_dom = RTC_GET8(RTC_DOM); in read_rtc()351 RTC_PUT8(RTC_DOM, (rtc->rtc_dom)); in write_rtc_time()
228 M5819P_ADDR_REG = RTC_DOM; in read_rtc()325 M5819P_ADDR_REG = RTC_DOM; in write_rtc_time()
907 DS1287_ADDR_REG = RTC_DOM; in read_rtc()1015 DS1287_ADDR_REG = RTC_DOM; in write_rtc_time()