Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/rtc/
H A Dds1685.h204 #define RTC_CTRL_4A_INCR BIT(6) /* Increment-in-Progress Status */ macro
/openbmc/linux/drivers/rtc/
H A Drtc-ds1685.c200 while (rtc->read(rtc, RTC_EXT_CTRL_4A) & RTC_CTRL_4A_INCR) in ds1685_rtc_begin_data_access()
1165 while (rtc->read(rtc, RTC_EXT_CTRL_4A) & RTC_CTRL_4A_INCR) in ds1685_rtc_probe()