Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-rv3029c2.c50 #define RV3029_STATUS_PON BIT(5) macro
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()
/openbmc/u-boot/drivers/rtc/
H A Drv3029.c44 #define RV3029_STATUS_PON BIT(5) macro