Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Drv3029.c42 #define RV3029_STATUS_VLOW2 BIT(3) macro
269 if (sr & (RV3029_STATUS_VLOW1 | RV3029_STATUS_VLOW2)) { in rv3029_eeprom_enter()
274 sr &= ~RV3029_STATUS_VLOW2; in rv3029_eeprom_enter()
282 if (sr & (RV3029_STATUS_VLOW1 | RV3029_STATUS_VLOW2)) { in rv3029_eeprom_enter()
/openbmc/linux/drivers/rtc/
H A Drtc-rv3029c2.c48 #define RV3029_STATUS_VLOW2 BIT(3) macro
161 if (sr & RV3029_STATUS_VLOW2) in rv3029_eeprom_enter()
316 if (sr & (RV3029_STATUS_VLOW2 | RV3029_STATUS_PON)) in rv3029_read_time()
443 RV3029_STATUS_PON | RV3029_STATUS_VLOW2, 0); in rv3029_set_time()
461 if (sr & (RV3029_STATUS_VLOW2 | RV3029_STATUS_PON)) in rv3029_ioctl()