/linux-2.4.37.9/include/asm-i386/ |
D | timex.h | 13 # define CLOCK_TICK_RATE 1189200 /* AMD Elan has different frequency! */ macro 15 # define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro 19 #define FINETUNE ((((((long)LATCH * HZ - CLOCK_TICK_RATE) << SHIFT_HZ) * \ 20 (1000000/CLOCK_TICK_FACTOR) / (CLOCK_TICK_RATE/CLOCK_TICK_FACTOR)) \
|
/linux-2.4.37.9/include/asm-m68k/ |
D | timex.h | 9 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro 11 #define FINETUNE ((((((long)LATCH * HZ - CLOCK_TICK_RATE) << SHIFT_HZ) * \ 12 (1000000/CLOCK_TICK_FACTOR) / (CLOCK_TICK_RATE/CLOCK_TICK_FACTOR)) \
|
/linux-2.4.37.9/include/asm-sparc/ |
D | timex.h | 9 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro 11 #define FINETUNE ((((((long)LATCH * HZ - CLOCK_TICK_RATE) << SHIFT_HZ) * \ 12 (1000000/CLOCK_TICK_FACTOR) / (CLOCK_TICK_RATE/CLOCK_TICK_FACTOR)) \
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | timex.h | 11 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro 13 #define FINETUNE ((((((long)LATCH * HZ - CLOCK_TICK_RATE) << SHIFT_HZ) * \ 14 (1000000/CLOCK_TICK_FACTOR) / (CLOCK_TICK_RATE/CLOCK_TICK_FACTOR)) \
|
/linux-2.4.37.9/include/asm-sh64/ |
D | timex.h | 18 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro 20 #define FINETUNE ((((((long)LATCH * HZ - CLOCK_TICK_RATE) << SHIFT_HZ) * \ 21 (1000000/CLOCK_TICK_FACTOR) / (CLOCK_TICK_RATE/CLOCK_TICK_FACTOR)) \
|
/linux-2.4.37.9/include/asm-sh/ |
D | timex.h | 9 #define CLOCK_TICK_RATE (current_cpu_data.module_clock/4) /* Underlying HZ */ macro 11 #define FINETUNE ((((((long)LATCH * HZ - CLOCK_TICK_RATE) << SHIFT_HZ) * \ 12 (1000000/CLOCK_TICK_FACTOR) / (CLOCK_TICK_RATE/CLOCK_TICK_FACTOR)) \
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | timex.h | 14 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro 16 #define FINETUNE ((((((long)LATCH * HZ - CLOCK_TICK_RATE) << SHIFT_HZ) * \ 17 (1000000/CLOCK_TICK_FACTOR) / (CLOCK_TICK_RATE/CLOCK_TICK_FACTOR)) \
|
/linux-2.4.37.9/include/asm-ppc/ |
D | timex.h | 13 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro 15 #define FINETUNE ((((((long)LATCH * HZ - CLOCK_TICK_RATE) << SHIFT_HZ) * \ 16 (1000000/CLOCK_TICK_FACTOR) / (CLOCK_TICK_RATE/CLOCK_TICK_FACTOR)) \
|
/linux-2.4.37.9/include/asm-s390/ |
D | timex.h | 14 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro 16 #define FINETUNE ((((((long)LATCH * HZ - CLOCK_TICK_RATE) << SHIFT_HZ) * \ 17 (1000000/CLOCK_TICK_FACTOR) / (CLOCK_TICK_RATE/CLOCK_TICK_FACTOR)) \
|
/linux-2.4.37.9/include/asm-s390x/ |
D | timex.h | 14 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro 16 #define FINETUNE ((((((long)LATCH * HZ - CLOCK_TICK_RATE) << SHIFT_HZ) * \ 17 (1000000/CLOCK_TICK_FACTOR) / (CLOCK_TICK_RATE/CLOCK_TICK_FACTOR)) \
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | timex.h | 13 #define CLOCK_TICK_RATE (vxtime_hz) macro 14 #define FINETUNE ((((((long)LATCH * HZ - CLOCK_TICK_RATE) << SHIFT_HZ) * \ 15 1000000 / CLOCK_TICK_RATE) << (SHIFT_SCALE - SHIFT_HZ)) / HZ)
|
/linux-2.4.37.9/arch/mips/vr41xx/common/ |
D | rtc.c | 37 #define CLOCK_TICK_RATE 32768 /* 32.768kHz */ macro 39 #define CYCLES_PER_JIFFY (CLOCK_TICK_RATE / HZ) 40 #define REMAINDER_PER_SEC (CLOCK_TICK_RATE - (CYCLES_PER_JIFFY * HZ)) 41 #define CYCLES_PER_100USEC ((CLOCK_TICK_RATE + (10000 / 2)) / 10000) 190 if (cycles_per_sec >= CLOCK_TICK_RATE) { in vr41xx_timer_ack() 286 mips_hpt_frequency = CLOCK_TICK_RATE; in vr41xx_time_init()
|
/linux-2.4.37.9/include/asm-cris/ |
D | timex.h | 17 #define CLOCK_TICK_RATE 25000 /* Underlying frequency of the HZ timer */ macro 19 #define TIMER0_FREQ (CLOCK_TICK_RATE)
|
/linux-2.4.37.9/include/asm-arm/arch-epxa/ |
D | timex.h | 26 #define CLOCK_TICK_RATE (50000000 / 16) macro
|
/linux-2.4.37.9/include/asm-arm/arch-mx1ads/ |
D | timex.h | 24 #define CLOCK_TICK_RATE (50000000 / 16) macro
|
/linux-2.4.37.9/include/asm-arm/arch-riscstation/ |
D | timex.h | 16 #define CLOCK_TICK_RATE 2000000 macro
|
/linux-2.4.37.9/include/asm-arm/arch-rpc/ |
D | timex.h | 16 #define CLOCK_TICK_RATE 2000000 macro
|
/linux-2.4.37.9/include/asm-arm/arch-arc/ |
D | timex.h | 16 #define CLOCK_TICK_RATE 2000000 macro
|
/linux-2.4.37.9/include/asm-arm/arch-cl7500/ |
D | timex.h | 12 #define CLOCK_TICK_RATE 2000000 macro
|
/linux-2.4.37.9/include/asm-arm/arch-integrator/ |
D | timex.h | 26 #define CLOCK_TICK_RATE (50000000 / 16) macro
|
/linux-2.4.37.9/include/asm-arm/arch-l7200/ |
D | timex.h | 20 #define CLOCK_TICK_RATE 128 macro
|
/linux-2.4.37.9/include/asm-arm/arch-omaha/ |
D | timex.h | 37 #define CLOCK_TICK_RATE (977941) macro
|
/linux-2.4.37.9/include/asm-arm/arch-clps711x/ |
D | timex.h | 23 #define CLOCK_TICK_RATE 512000 macro
|
/linux-2.4.37.9/include/asm-arm/arch-sa1100/ |
D | timex.h | 12 #define CLOCK_TICK_RATE 3686400 macro
|
/linux-2.4.37.9/include/asm-arm/arch-ebsa285/ |
D | timex.h | 18 #define CLOCK_TICK_RATE (mem_fclk_21285 / 16) macro
|