RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-nuc93x / include / mach / regs-timer.h
blob394be9614d36dad076fb403e39f55adfab1a8c16
1 /*
2 * arch/arm/mach-nuc93x/include/mach/regs-timer.h
4 * Copyright (c) 2008 Nuvoton technology corporation
5 * All rights reserved.
7 * Wan ZongShun <mcuos.com@gmail.com>
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
16 #ifndef __ASM_ARCH_REGS_TIMER_H
17 #define __ASM_ARCH_REGS_TIMER_H
19 /* Timer Registers */
21 #define TMR_BA NUC93X_VA_TIMER
22 #define REG_TCSR0 (TMR_BA+0x00)
23 #define REG_TICR0 (TMR_BA+0x08)
24 #define REG_TDR0 (TMR_BA+0x10)
25 #define REG_TISR (TMR_BA+0x18)
26 #define REG_WTCR (TMR_BA+0x1C)
28 #endif /* __ASM_ARCH_REGS_TIMER_H */