Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Ds35392a.c79 int lowvoltage; variable
167 lowvoltage = status & S35390A_LOW_VOLTAGE ? 1 : 0; in s35392a_rtc_init()
176 else if (!lowvoltage) in s35392a_rtc_init()
182 if (lowvoltage) in s35392a_rtc_init()
198 if (lowvoltage) { in s35392a_rtc_get()
273 lowvoltage = 0; in s35392a_rtc_set()
297 if (!lowvoltage) in s35392a_rtc_reset()
298 lowvoltage = buf & S35390A_LOW_VOLTAGE ? 1 : 0; in s35392a_rtc_reset()