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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmacints.h141 #define INT_TICKS 246 /* to make sched_time = 99.902... HZ */ macro
H A Datariints.h99 #define INT_TICKS 246 /* to make sched_time = 99.902... HZ */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/atari/
H A Dtime.c30 st_mfp.tim_dt_c = INT_TICKS;
51 if (ticks > INT_TICKS - INT_TICKS / 50)
56 ticks = INT_TICKS - ticks;
57 ticks = ticks * 10000L / INT_TICKS;

Completed in 114 milliseconds