Searched refs:FSEC_PER_NSEC (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhpet.c22 #define FSEC_PER_NSEC 1000000L macro
295 * mult = (FSEC_PER_NSEC << hpet_clockevent.shift)/hpet_period
297 hpet_clockevent.mult = div_sc((unsigned long) FSEC_PER_NSEC,
808 * mult = (hpet_period << shift)/FSEC_PER_NSEC
814 * cyc/sec = (FSEC_PER_NSEC * NSEC_PER_SEC)/hpet_period

Completed in 107 milliseconds