Searched refs:USECS_PER_JIFFY (Results 1 – 5 of 5) sorted by relevance
35 #define USECS_PER_JIFFY (1000000/HZ) macro63 return (USECS_PER_JIFFY * ticks) / INTVAL; in hp300_gettimeoffset()
52 #define USECS_PER_JIFFY (1000000/HZ) macro
56 #define USECS_PER_JIFFY (1000000/HZ) macro
711 #define USECS_PER_JIFFY 10000 /* We have 100HZ "standard" timer for sparc */ macro722 count = ((count/100)*USECS_PER_JIFFY) / (TICK_TIMER_LIMIT/100); in pci_gettimeoffset()
54 #define USECS_PER_JIFFY ((unsigned long) 1000000/HZ) macro55 #define CLK_TICKS_PER_JIFFY ((unsigned long) USECS_PER_JIFFY << 12)