Searched refs:TIMER_BASE (Results 1 – 3 of 3) sorted by relevance
11 #define TIMER_BASE 0x53f90000 /* General purpose timer 1 */ macro14 #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 */
42 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()
421 #define TIMER_BASE (EP93XX_APB_BASE | TIMER_OFFSET) macro