Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Drv3029.c41 #define RV3029_STATUS_VLOW1 BIT(2) macro
269 if (sr & (RV3029_STATUS_VLOW1 | RV3029_STATUS_VLOW2)) { in rv3029_eeprom_enter()
273 sr &= ~RV3029_STATUS_VLOW1; 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.c47 #define RV3029_STATUS_VLOW1 BIT(2) macro
163 if (sr & RV3029_STATUS_VLOW1) { in rv3029_eeprom_enter()
168 RV3029_STATUS_VLOW1, 0); in rv3029_eeprom_enter()
175 if (sr & RV3029_STATUS_VLOW1) { in rv3029_eeprom_enter()
458 if (sr & RV3029_STATUS_VLOW1) in rv3029_ioctl()
468 RV3029_STATUS_VLOW1, 0); in rv3029_ioctl()