Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-rv3029c2.c51 #define RV3029_STATUS_VLOW2 BIT(3) macro
230 if (sr & (RV3029_STATUS_VLOW1 | RV3029_STATUS_VLOW2)) { in rv3029_eeprom_enter()
235 sr &= ~RV3029_STATUS_VLOW2; in rv3029_eeprom_enter()
243 if (sr & (RV3029_STATUS_VLOW1 | RV3029_STATUS_VLOW2)) { in rv3029_eeprom_enter()