Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Ds35392a.c52 #define S35390A_LOW_VOLTAGE (S35390A_FLAG_POC | S35390A_FLAG_BLD) macro
167 lowvoltage = status & S35390A_LOW_VOLTAGE ? 1 : 0; in s35392a_rtc_init()
298 lowvoltage = buf & S35390A_LOW_VOLTAGE ? 1 : 0; in s35392a_rtc_reset()
300 if (buf & S35390A_LOW_VOLTAGE) { in s35392a_rtc_reset()