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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 121 milliseconds