Searched refs:mSEC_10_from_14 (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/arm/mach-footbridge/
H A Disa-timer.c21 #define mSEC_10_from_14 ((14318180 + 100) / 200) macro
27 static int count_p = (mSEC_10_from_14/6); /* for the first call after boot */
52 count -= (mSEC_10_from_14/6);
58 count = (((mSEC_10_from_14/6)-1) - count) * (tick_nsec / 1000);
59 count = (count + (mSEC_10_from_14/6)/2) / (mSEC_10_from_14/6);
82 outb((mSEC_10_from_14/6) & 0xFF, 0x40);
83 outb((mSEC_10_from_14/6) >> 8, 0x40);

Completed in 100 milliseconds