Home
last modified time | relevance | path

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

/linux/sound/pci/emu10k1/
H A Dio.c684 unsigned int newtime = 0, curtime; in snd_emu10k1_wait() local
690 newtime = inl(emu->port + WC) >> 6; in snd_emu10k1_wait()
691 if (newtime != curtime) in snd_emu10k1_wait()
696 curtime = newtime; in snd_emu10k1_wait()
/linux/drivers/hv/
H A Dhv_util.c310 u64 newtime, reftime, timediff_adj; in hv_get_adj_host_time() local
330 newtime = host_ts.host_time + timediff_adj; in hv_get_adj_host_time()
331 *ts = ns_to_timespec64(reftime_to_ns(newtime)); in hv_get_adj_host_time()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif.h1996 #define ROGUE_FWIF_GPU_UTIL_GET_PERIOD(newtime, oldtime) \ argument
1997 (((newtime) > (oldtime)) ? ((newtime) - (oldtime)) : 0U)