Home
last modified time | relevance | path

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

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