Home
last modified time | relevance | path

Searched refs:RTC_SEC_BIT_CH (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/rtc/
H A Dds1307.c41 #define RTC_SEC_BIT_CH 0x80 /* Clock Halt (in Register 0) */ macro
99 if (sec & RTC_SEC_BIT_CH) { in rtc_get()
103 rtc_read (RTC_SEC_REG_ADDR) & ~RTC_SEC_BIT_CH); in rtc_get()
253 if (buf[RTC_SEC_REG_ADDR] & RTC_SEC_BIT_CH) { in ds1307_rtc_get()
256 buf[RTC_SEC_REG_ADDR] &= ~RTC_SEC_BIT_CH; in ds1307_rtc_get()
H A Dpt7c4338.c36 #define RTC_SEC_BIT_CH 0x80 /* Clock Halt (in Register 0) */ macro