Home
last modified time | relevance | path

Searched refs:TIMER_BASE (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/arm/cpu/arm1136/mx31/
Dtimer.c11 #define TIMER_BASE 0x53f90000 /* General purpose timer 1 */ macro
14 #define GPTCR __REG(TIMER_BASE) /* Control register */
15 #define GPTPR __REG(TIMER_BASE + 0x4) /* Prescaler register */
16 #define GPTSR __REG(TIMER_BASE + 0x8) /* Status register */
17 #define GPTCNT __REG(TIMER_BASE + 0x24) /* Counter register */
/external/u-boot/arch/arm/cpu/arm920t/ep93xx/
Dtimer.c42 struct timer_regs *timer_regs = (struct timer_regs *)TIMER_BASE; in read_timer()
93 struct timer_regs *timer_regs = (struct timer_regs *)TIMER_BASE; in timer_init()
/external/u-boot/arch/arm/include/asm/arch-ep93xx/
Dep93xx.h421 #define TIMER_BASE (EP93XX_APB_BASE | TIMER_OFFSET) macro