ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-arm / arch-iop3xx / timex.h
1 /*
2  * linux/include/asm-arm/arch-iop3xx/timex.h
3  *
4  * IOP310 architecture timex specifications
5  */
6 #include <linux/config.h>
7
8
9 #ifdef CONFIG_ARCH_IQ80310
10
11 #ifndef CONFIG_XSCALE_PMU_TIMER
12 /* This is for the on-board timer */
13 #define CLOCK_TICK_RATE 33000000 /* Underlying HZ */
14 #else
15 /* This is for the underlying xs80200 PMU clock. We run the core @ 733MHz */
16 #define CLOCK_TICK_RATE 733000000
17 #endif // IQ80310
18
19 #elif defined(CONFIG_ARCH_IQ80321)
20
21 #define CLOCK_TICK_RATE 200000000
22
23 #else
24
25 #error "No IOP3xx timex information for this architecture"
26
27 #endif