Searched refs:USECS_PER_JIFFY (Results 1 – 3 of 3) sorted by relevance
35 #define USECS_PER_JIFFY (1000000/HZ) macro63 return ((USECS_PER_JIFFY * ticks) / INTVAL) * 1000; in hp300_gettimeoffset()
43 #define USECS_PER_JIFFY (1000000/HZ) macro
681 #define USECS_PER_JIFFY (1000000 / HZ) macro697 count = ((count / HZ) * USECS_PER_JIFFY) / (TICK_TIMER_LIMIT / HZ); in pcic_cycles_offset()