Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-arm/arch-integrator/
Dtime.h34 #define TIMER_RELOAD (TIMER_INTERVAL >> 8) /* Divide by 256 */ macro
38 #define TIMER_RELOAD (TIMER_INTERVAL >> 4) /* Divide by 16 */ macro
42 #define TIMER_RELOAD (TIMER_INTERVAL) macro
84 ticks1 = TIMER_RELOAD - ticks2; in integrator_gettimeoffset()
90 ticks1 += TIMER_RELOAD; in integrator_gettimeoffset()
131 timer1->TimerLoad = TIMER_RELOAD; in setup_timer()
132 timer1->TimerValue = TIMER_RELOAD; in setup_timer()
/linux-2.4.37.9/include/asm-arm/arch-mx1ads/
Dtime.h39 #define TIMER_RELOAD (328) macro
83 ticks += TIMER_RELOAD; in mx1ads_gettimeoffset()