Searched refs:TIMER_RELOAD (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-integrator/
H A 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;
90 ticks1 += TIMER_RELOAD;
131 timer1->TimerLoad = TIMER_RELOAD;
132 timer1->TimerValue = TIMER_RELOAD;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-integrator/
H A 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;
90 ticks1 += TIMER_RELOAD;
131 timer1->TimerLoad = TIMER_RELOAD;
132 timer1->TimerValue = TIMER_RELOAD;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-mx1ads/
H A Dtime.h39 #define TIMER_RELOAD (328) macro
83 ticks += TIMER_RELOAD;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-mx1ads/
H A Dtime.h39 #define TIMER_RELOAD (328) macro
83 ticks += TIMER_RELOAD;

Completed in 62 milliseconds