Home
last modified time | relevance | path

Searched refs:TIMER1_VA_BASE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-arm/arch-mx1ads/
Dtime.h26 #define TIMER1_VA_BASE (IO_ADDRESS(MX1ADS_TIM2_BASE)+0x00000000) macro
68 volatile TimerStruct_t *timer1 = (TimerStruct_t *) TIMER1_VA_BASE; in mx1ads_gettimeoffset()
98 (volatile TimerStruct_t *) TIMER1_VA_BASE; in mx1ads_timer_interrupt()
117 (volatile TimerStruct_t *) TIMER1_VA_BASE; in setup_timer()
/linux-2.4.37.9/include/asm-arm/arch-integrator/
Dtime.h25 #define TIMER1_VA_BASE (IO_ADDRESS(INTEGRATOR_CT_BASE)+0x00000100) macro
65 volatile TimerStruct_t *timer1 = (TimerStruct_t *)TIMER1_VA_BASE; in integrator_gettimeoffset()
103 volatile TimerStruct_t *timer1 = (volatile TimerStruct_t *)TIMER1_VA_BASE; in integrator_timer_interrupt()
119 volatile TimerStruct_t *timer1 = (volatile TimerStruct_t *)TIMER1_VA_BASE; in setup_timer()