Searched refs:RTC_SEC_BIT_CH (Results 1 – 2 of 2) sorted by relevance
41 #define RTC_SEC_BIT_CH 0x80 /* Clock Halt (in Register 0) */ macro101 if (sec & RTC_SEC_BIT_CH) { in rtc_get()105 rtc_read (RTC_SEC_REG_ADDR) & ~RTC_SEC_BIT_CH); in rtc_get()257 if (buf[RTC_SEC_REG_ADDR] & RTC_SEC_BIT_CH) { in ds1307_rtc_get()260 buf[RTC_SEC_REG_ADDR] &= ~RTC_SEC_BIT_CH; in ds1307_rtc_get()
36 #define RTC_SEC_BIT_CH 0x80 /* Clock Halt (in Register 0) */ macro