Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-arm/arch-integrator/
Dtime.h55 } TimerStruct_t; typedef
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()
118 volatile TimerStruct_t *timer0 = (volatile TimerStruct_t *)TIMER0_VA_BASE; in setup_timer()
119 volatile TimerStruct_t *timer1 = (volatile TimerStruct_t *)TIMER1_VA_BASE; in setup_timer()
120 volatile TimerStruct_t *timer2 = (volatile TimerStruct_t *)TIMER2_VA_BASE; in setup_timer()
/linux-2.4.37.9/include/asm-arm/arch-mx1ads/
Dtime.h57 } TimerStruct_t; typedef
68 volatile TimerStruct_t *timer1 = (TimerStruct_t *) TIMER1_VA_BASE; in mx1ads_gettimeoffset()
97 volatile TimerStruct_t *timer1 = in mx1ads_timer_interrupt()
98 (volatile TimerStruct_t *) TIMER1_VA_BASE; in mx1ads_timer_interrupt()
114 volatile TimerStruct_t *timer0 = in setup_timer()
115 (volatile TimerStruct_t *) TIMER0_VA_BASE; in setup_timer()
116 volatile TimerStruct_t *timer1 = in setup_timer()
117 (volatile TimerStruct_t *) TIMER1_VA_BASE; in setup_timer()