Home
last modified time | relevance | path

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

/u-boot/drivers/rtc/
A Drv3029.c47 #define RV3029_STATUS_VLOW2 BIT(3) macro
274 if (sr & (RV3029_STATUS_VLOW1 | RV3029_STATUS_VLOW2)) { in rv3029_eeprom_enter()
279 sr &= ~RV3029_STATUS_VLOW2; in rv3029_eeprom_enter()
287 if (sr & (RV3029_STATUS_VLOW1 | RV3029_STATUS_VLOW2)) { in rv3029_eeprom_enter()

Completed in 3 milliseconds