Searched refs:ARM_TIMER_PREDIV (Results 1 – 9 of 9) sorted by relevance
27 ARM_TIMER_PREDIV = (250 - 1); in rt_hw_timer_init()
62 #define ARM_TIMER_PREDIV HWREG32(ARM_TIMER_BASE + 0x41C) macro
45 ARM_TIMER_PREDIV = (apb_clock/timer_clock - 1); in rt_hw_timer_init()
48 #define ARM_TIMER_PREDIV HWREG32(ARM_TIMER_BASE + 0x41C) macro
43 ARM_TIMER_PREDIV = (250 - 1); in rt_hw_timer_init()
284 #define ARM_TIMER_PREDIV HWREG32(ARM_TIMER_BASE + 0x41C) macro
76 ARM_TIMER_PREDIV = (250 - 1); in rt_hw_timer_init()
288 #define ARM_TIMER_PREDIV __REG32(ARM_TIMER_BASE + 0x41C) macro
65 #define ARM_TIMER_PREDIV HWREG32(arm_timer_base + 0x41C) macro
Completed in 20 milliseconds