Path: blob/master/arch/arm/mach-nuc93x/include/mach/regs-timer.h
17613 views
/*1* arch/arm/mach-nuc93x/include/mach/regs-timer.h2*3* Copyright (c) 2008 Nuvoton technology corporation4* All rights reserved.5*6* Wan ZongShun <[email protected]>7*8* This program is free software; you can redistribute it and/or modify9* it under the terms of the GNU General Public License as published by10* the Free Software Foundation; either version 2 of the License, or11* (at your option) any later version.12*13*/1415#ifndef __ASM_ARCH_REGS_TIMER_H16#define __ASM_ARCH_REGS_TIMER_H1718/* Timer Registers */1920#define TMR_BA NUC93X_VA_TIMER21#define REG_TCSR0 (TMR_BA+0x00)22#define REG_TICR0 (TMR_BA+0x08)23#define REG_TDR0 (TMR_BA+0x10)24#define REG_TISR (TMR_BA+0x18)25#define REG_WTCR (TMR_BA+0x1C)2627#endif /* __ASM_ARCH_REGS_TIMER_H */282930