Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-calibr.c52 static unsigned long ps_per_cycle = 0; variable
143 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()