Home
last modified time | relevance | path

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

/linux/drivers/rtc/
A Drtc-tps6586x.c141 unsigned long rtc_current_time; in tps6586x_rtc_set_alarm() local
168 rtc_current_time = rticks >> 10; in tps6586x_rtc_set_alarm()
169 if ((seconds - rtc_current_time) > ALM1_VALID_RANGE_IN_SEC) in tps6586x_rtc_set_alarm()
170 seconds = rtc_current_time - 1; in tps6586x_rtc_set_alarm()

Completed in 3 milliseconds