Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Drx8025.c52 #define RTC_CTL2_BIT_PON 0x10 macro
101 if (ctl2 & RTC_CTL2_BIT_PON) { in rtc_get()
174 ctl2 &= ~(RTC_CTL2_BIT_PON | RTC_CTL2_BIT_VDET); in rtc_reset()