Searched refs:ARM_TIMER_RELOAD (Results 1 – 9 of 9) sorted by relevance
29 ARM_TIMER_RELOAD = 0; in rt_hw_timer_init()34 ARM_TIMER_RELOAD = 10000; in rt_hw_timer_init()
61 #define ARM_TIMER_RELOAD HWREG32(ARM_TIMER_BASE + 0x418) macro
47 ARM_TIMER_RELOAD = 0; in rt_hw_timer_init()52 ARM_TIMER_RELOAD = 1000000/RT_TICK_PER_SECOND; in rt_hw_timer_init()
47 #define ARM_TIMER_RELOAD HWREG32(ARM_TIMER_BASE + 0x418) macro
45 ARM_TIMER_RELOAD = 0; in rt_hw_timer_init()50 ARM_TIMER_RELOAD = 10000; in rt_hw_timer_init()
283 #define ARM_TIMER_RELOAD HWREG32(ARM_TIMER_BASE + 0x418) macro
78 ARM_TIMER_RELOAD = 0; in rt_hw_timer_init()83 ARM_TIMER_RELOAD = 10000; in rt_hw_timer_init()
287 #define ARM_TIMER_RELOAD __REG32(ARM_TIMER_BASE + 0x418) macro
64 #define ARM_TIMER_RELOAD HWREG32(arm_timer_base + 0x418) macro
Completed in 20 milliseconds