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

/linux-4.1.27/drivers/rtc/
H A Drtc-tps6586x.c162 unsigned long rtc_current_time; tps6586x_rtc_set_alarm() local
195 rtc_current_time = rticks >> 10; tps6586x_rtc_set_alarm()
196 if ((seconds - rtc_current_time) > ALM1_VALID_RANGE_IN_SEC) tps6586x_rtc_set_alarm()
197 seconds = rtc_current_time - 1; tps6586x_rtc_set_alarm()

Completed in 83 milliseconds