Home
last modified time | relevance | path

Searched refs:ARM_TIMER_CTRL (Results 1 – 9 of 9) sorted by relevance

/bsp/raspberry-pi/raspi2/driver/
A Dboard.c32 ARM_TIMER_CTRL = 0; in rt_hw_timer_init()
38 ARM_TIMER_CTRL = (1 << 1) | (1 << 5) | (1 << 7); in rt_hw_timer_init()
A Dbcm283x.h57 #define ARM_TIMER_CTRL HWREG32(ARM_TIMER_BASE + 0x408) macro
/bsp/raspberry-pi/raspi4-32/driver/
A Dboard.c50 ARM_TIMER_CTRL = 0; in rt_hw_timer_init()
56 ARM_TIMER_CTRL = (1 << 1) | (1 << 5) | (1 << 7); in rt_hw_timer_init()
A Draspi4.h43 #define ARM_TIMER_CTRL HWREG32(ARM_TIMER_BASE + 0x408) macro
/bsp/raspberry-pi/raspi3-32/driver/
A Dboard.c48 ARM_TIMER_CTRL = 0; in rt_hw_timer_init()
54 ARM_TIMER_CTRL = (1 << 1) | (1 << 5) | (1 << 7); in rt_hw_timer_init()
A Draspi.h279 #define ARM_TIMER_CTRL HWREG32(ARM_TIMER_BASE + 0x408) macro
/bsp/raspberry-pi/raspi3-64/driver/
A Dboard.c81 ARM_TIMER_CTRL = 0; in rt_hw_timer_init()
87 ARM_TIMER_CTRL = (1 << 1) | (1 << 5) | (1 << 7); in rt_hw_timer_init()
A Draspi.h283 #define ARM_TIMER_CTRL __REG32(ARM_TIMER_BASE + 0x408) macro
/bsp/raspberry-pi/raspi4-64/drivers/
A Draspi4.h60 #define ARM_TIMER_CTRL HWREG32(arm_timer_base + 0x408) macro

Completed in 19 milliseconds