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

/u-boot/drivers/rtc/
H A Ds35392a.c82 int lowvoltage; variable
168 lowvoltage = status & S35390A_LOW_VOLTAGE ? 1 : 0;
177 else if (!lowvoltage)
183 if (lowvoltage)
199 if (lowvoltage) {
274 lowvoltage = 0;
298 if (!lowvoltage)
299 lowvoltage = buf & S35390A_LOW_VOLTAGE ? 1 : 0;

Completed in 34 milliseconds