Home
last modified time | relevance | path

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

/linux/sound/pci/emu10k1/
H A Dio.c733 unsigned int newtime = 0, curtime; in snd_emu10k1_wait() local
739 newtime = inl(emu->port + WC) >> 6; in snd_emu10k1_wait()
740 if (newtime != curtime) in snd_emu10k1_wait()
745 curtime = newtime; in snd_emu10k1_wait()
/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)