Searched refs:RTC_SEC (Results 1 – 13 of 13) sorted by relevance
21 #define RTC_SEC 0x00 macro262 rtc_write(RTC_SEC, 0); in start()287 if (rtc_read(RTC_SEC) != 1) { in start()299 if (rtc_read(RTC_SEC) != 2) { in start()321 rtc_write(RTC_SEC, 0x59); in start()331 if (rtc_read(RTC_SEC) != 0) { in start()
211 rtc->rtc_sec = RTC_GET8(RTC_SEC); in read_rtc()297 RTC_PUT8(RTC_SEC, (rtc->rtc_sec)); in write_rtc_time()384 M5819_ADDR_REG = RTC_SEC; in todm5819_get_cpufrequency()
214 M5819P_ADDR_REG = RTC_SEC; in read_rtc()317 M5819P_ADDR_REG = RTC_SEC; in write_rtc_time()418 M5819P_ADDR_REG = RTC_SEC; in todm5819p_rmc_get_cpufrequency()
222 rtc->rtc_sec = BCD_TO_BYTE(BQ4802_DATA_REG(RTC_SEC)); in read_rtc()289 BQ4802_DATA_REG(RTC_SEC) = BYTE_TO_BCD(rtc->rtc_sec); in write_rtc_time()
893 DS1287_ADDR_REG = RTC_SEC; in read_rtc()1007 DS1287_ADDR_REG = RTC_SEC; in write_rtc_time()1153 DS1287_ADDR_REG = RTC_SEC; in todds_get_cpufrequency()
765 i2c_tp->i2c_wbuf[0] = (uchar_t)RTC_SEC; /* Start from 0x00 */ in todds1337_read_rtc()846 i2c_tp->i2c_wbuf[0] = (uchar_t)RTC_SEC; in todds1337_write_rtc()
50 #define RTC_SEC 0x0 /* Seconds */ macro
52 #define RTC_SEC 0x0 /* Seconds */ macro
68 #define RTC_SEC 0x00 /* 00h Second */ macro
57 #define RTC_SEC 0x0 /* Seconds */ macro
80 #define RTC_SEC 0x0 /* Seconds */ macro
43 #define RTC_SEC 0x00 /* seconds */ macro
167 case RTC_SEC: in rtc_field_datetime()1173 case RTC_SEC: in vrtc_write()