Searched refs:ps_per_cycle (Results 1 – 1 of 1) sorted by relevance
52 static unsigned long ps_per_cycle = 0; variable143 return (ps_per_cycle * count) / 1000000UL; in usecs()187 ps_per_cycle = 1000000000UL / cpu_khz; in init_clock()190 ps_per_cycle = (1000*1000*1000*1000UL) / hwrpb->cycle_freq; in init_clock()