Searched refs:RTC_YEAR (Results 1 – 11 of 11) sorted by relevance
66 #define RTC_YEAR 0x06 /* 06h Year */ macro
60 #define RTC_YEAR 0xa /* Year */ macro
61 #define RTC_YEAR 0x9 /* Year */ macro
74 #define RTC_YEAR 0x06 /* 06h Year */ macro
66 #define RTC_YEAR 0x9 /* Year */ macro
89 #define RTC_YEAR 0x9 /* Year */ macro
232 rtc->rtc_year = BCD_TO_BYTE(BQ4802_DATA_REG(RTC_YEAR)); in read_rtc()295 BQ4802_DATA_REG(RTC_YEAR) = BYTE_TO_BCD(rtc->rtc_year); in write_rtc_time()
223 rtc->rtc_year = RTC_GET8(RTC_YEAR); in read_rtc()308 RTC_PUT8(RTC_YEAR, (rtc->rtc_year)); in write_rtc_time()
248 rtc->rtc_year = RTC_GET8(RTC_YEAR); in read_rtc()354 RTC_PUT8(RTC_YEAR, (rtc->rtc_year)); in write_rtc_time()
232 M5819P_ADDR_REG = RTC_YEAR; in read_rtc()329 M5819P_ADDR_REG = RTC_YEAR; in write_rtc_time()
911 DS1287_ADDR_REG = RTC_YEAR; in read_rtc()1019 DS1287_ADDR_REG = RTC_YEAR; in write_rtc_time()