Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/m68k/atari/
Dtime.c25 mfp.tim_dt_c = INT_TICKS; in atari_sched_init()
45 if (ticks > INT_TICKS - INT_TICKS / 50) in atari_gettimeoffset()
50 ticks = INT_TICKS - ticks; in atari_gettimeoffset()
51 ticks = ticks * 10000L / INT_TICKS; in atari_gettimeoffset()
/linux-2.4.37.9/include/asm-m68k/
Dmacints.h164 #define INT_TICKS 246 /* to make sched_time = 99.902... HZ */ macro
Datariints.h110 #define INT_TICKS 246 /* to make sched_time = 99.902... HZ */ macro