Searched refs:ARM_TIMER_CTRL (Results 1 – 9 of 9) sorted by relevance
32 ARM_TIMER_CTRL = 0; in rt_hw_timer_init()38 ARM_TIMER_CTRL = (1 << 1) | (1 << 5) | (1 << 7); in rt_hw_timer_init()
57 #define ARM_TIMER_CTRL HWREG32(ARM_TIMER_BASE + 0x408) macro
50 ARM_TIMER_CTRL = 0; in rt_hw_timer_init()56 ARM_TIMER_CTRL = (1 << 1) | (1 << 5) | (1 << 7); in rt_hw_timer_init()
43 #define ARM_TIMER_CTRL HWREG32(ARM_TIMER_BASE + 0x408) macro
48 ARM_TIMER_CTRL = 0; in rt_hw_timer_init()54 ARM_TIMER_CTRL = (1 << 1) | (1 << 5) | (1 << 7); in rt_hw_timer_init()
279 #define ARM_TIMER_CTRL HWREG32(ARM_TIMER_BASE + 0x408) macro
81 ARM_TIMER_CTRL = 0; in rt_hw_timer_init()87 ARM_TIMER_CTRL = (1 << 1) | (1 << 5) | (1 << 7); in rt_hw_timer_init()
283 #define ARM_TIMER_CTRL __REG32(ARM_TIMER_BASE + 0x408) macro
60 #define ARM_TIMER_CTRL HWREG32(arm_timer_base + 0x408) macro
Completed in 19 milliseconds