Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/rtc/
Drtc-ds1286.c159 unsigned long uip_watchdog = jiffies; in ds1286_read_time() local
172 while (time_before(jiffies, uip_watchdog + 2*HZ/100)) in ds1286_read_time()
/linux-4.19.296/drivers/char/
Drtc.c1185 unsigned long uip_watchdog = jiffies, flags; in rtc_get_rtc_time() local
1202 time_before(jiffies, uip_watchdog + 2*HZ/100)) in rtc_get_rtc_time()