Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/rtc/
Drtc-tps6586x.c153 unsigned long rtc_current_time; in tps6586x_rtc_set_alarm() local
180 rtc_current_time = rticks >> 10; in tps6586x_rtc_set_alarm()
181 if ((seconds - rtc_current_time) > ALM1_VALID_RANGE_IN_SEC) in tps6586x_rtc_set_alarm()
182 seconds = rtc_current_time - 1; in tps6586x_rtc_set_alarm()