Home
last modified time | relevance | path

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

/external/u-boot/drivers/rtc/
Dds1307.c41 #define RTC_SEC_BIT_CH 0x80 /* Clock Halt (in Register 0) */ macro
101 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()
Dpt7c4338.c36 #define RTC_SEC_BIT_CH 0x80 /* Clock Halt (in Register 0) */ macro