Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dds1307.c42 #define RTC_SEC_BIT_CH 0x80 /* Clock Halt (in Register 0) */ macro
102 if (sec & RTC_SEC_BIT_CH) { in rtc_get()
106 rtc_read (RTC_SEC_REG_ADDR) & ~RTC_SEC_BIT_CH); in rtc_get()
275 if (buf[RTC_SEC_REG_ADDR] & RTC_SEC_BIT_CH) { in ds1307_rtc_get()
278 buf[RTC_SEC_REG_ADDR] &= ~RTC_SEC_BIT_CH; in ds1307_rtc_get()
H A Dpt7c4338.c37 #define RTC_SEC_BIT_CH 0x80 /* Clock Halt (in Register 0) */ macro