MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-arm / arch-moxart / time.h
blobc89875b911e8577583c84035df088f3189503d35
1 /*
2 time.h
3 maintened by ivan wang 2004/8/18 11:25
4 */
7 #ifndef __ASM_ARCH_TIME_H__
8 #define __ASM_ARCH_TIME_H__
10 #include <asm/uaccess.h>
11 #include <asm/io.h>
12 #include <asm/hardware.h>
13 #include "cpe_time.h"
14 #include <asm/arch/timex.h>
15 #include <asm/arch/irq.h>
18 #endif /* __ASM_ARCH_TIME_H__ */
19 #if 0 // mask by Victor Yu. 11-17-2005
20 #include <asm/arch/cpe_int.h>
23 #define TIMER1_COUNT 0x0
24 #define TIMER1_LOAD 0x4
25 #define TIMER1_MATCH1 0x8
26 #define TIMER1_MATCH2 0xC
27 #define TIMER2_COUNT 0x10
28 #define TIMER2_LOAD 0x14
29 #define TIMER2_MATCH1 0x18
30 #define TIMER2_MATCH2 0x1C
31 #define TIMER3_COUNT 0x20
32 #define TIMER3_LOAD 0x24
33 #define TIMER3_MATCH1 0x28
34 #define TIMER3_MATCH2 0x2C
35 #define TIMER_CR 0x30
36 #endif