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

/linux-4.4.14/drivers/usb/host/whci/
H A Dwusb.c56 u32 stop_time, now_time; whc_wusbhc_stop() local
62 now_time = le_readl(whc->base + WUSBTIME) & WUSBTIME_CHANNEL_TIME_MASK; whc_wusbhc_stop()
63 stop_time = (now_time + ((delay * 8) << 7)) & 0x00ffffff; whc_wusbhc_stop()
/linux-4.4.14/drivers/rtc/
H A Drtc-88pm80x.c94 unsigned long now_time; rtc_next_alarm_time() local
103 rtc_tm_to_time(now, &now_time); rtc_next_alarm_time()
106 if (next_time < now_time) { rtc_next_alarm_time()
H A Drtc-88pm860x.c90 unsigned long now_time; rtc_next_alarm_time() local
99 rtc_tm_to_time(now, &now_time); rtc_next_alarm_time()
102 if (next_time < now_time) { rtc_next_alarm_time()

Completed in 119 milliseconds