Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/rtc/
Drtc-rv3029c2.c46 #define RV3029_STATUS_VLOW1 BIT(2) macro
226 if (sr & (RV3029_STATUS_VLOW1 | RV3029_STATUS_VLOW2)) { in rv3029_eeprom_enter()
230 sr &= ~RV3029_STATUS_VLOW1; in rv3029_eeprom_enter()
239 if (sr & (RV3029_STATUS_VLOW1 | RV3029_STATUS_VLOW2)) { in rv3029_eeprom_enter()