Searched refs:RTC_CENTURY (Results 1 – 13 of 13) sorted by relevance
27 #define RTC_CENTURY 0x32 macro259 rtc_write(RTC_CENTURY, 19); in start()
92 #define RTC_CENTURY 0x32 /* not included in RTC_NREG(P) */ macro
61 #define RTC_CENTURY 0xf /* Century */ macro
62 #define RTC_CENTURY 0x32 /* Century */ macro
71 #define RTC_CENTURY 0x32 /* Century */ macro
130 #define RTC_CENTURY 0x48 /* Century */ macro
112 #define RTC_CENTURY 0x32 /* current century */ macro
233 rtc->rtc_century = BCD_TO_BYTE(BQ4802_DATA_REG(RTC_CENTURY)); in read_rtc()296 BQ4802_DATA_REG(RTC_CENTURY) = BYTE_TO_BCD(rtc->rtc_century); in write_rtc_time()
224 rtc->rtc_century = RTC_GET8(RTC_CENTURY); in read_rtc()309 RTC_PUT8(RTC_CENTURY, (rtc->rtc_century)); in write_rtc_time()
234 M5819P_ADDR_REG = RTC_CENTURY; in read_rtc()331 M5819P_ADDR_REG = RTC_CENTURY; in write_rtc_time()
913 DS1287_ADDR_REG = RTC_CENTURY; in read_rtc()1021 DS1287_ADDR_REG = RTC_CENTURY; in write_rtc_time()
355 unsigned char century = RTC_CENTURY; in todpc_rtcget()425 unsigned char century = RTC_CENTURY; in todpc_rtcput()
85 CTASSERT(offsetof(struct rtcdev, century) == RTC_CENTURY);174 case RTC_CENTURY: in rtc_field_datetime()