Home
last modified time | relevance | path

Searched refs:stimer_base_addr (Results 1 – 2 of 2) sorted by relevance

/bsp/raspberry-pi/raspi4-64/drivers/
A Draspi4.h156 extern size_t stimer_base_addr;
157 #define STIMER_CS __REG32(stimer_base_addr + 0x0000)
158 #define STIMER_CLO __REG32(stimer_base_addr + 0x0004)
159 #define STIMER_CHI __REG32(stimer_base_addr + 0x0008)
160 #define STIMER_C0 __REG32(stimer_base_addr + 0x000C)
161 #define STIMER_C1 __REG32(stimer_base_addr + 0x0010)
162 #define STIMER_C2 __REG32(stimer_base_addr + 0x0014)
163 #define STIMER_C3 __REG32(stimer_base_addr + 0x0018)
A Dboard.c45 size_t stimer_base_addr = STIMER_BASE; variable
123 stimer_base_addr = (size_t)rt_ioremap((void*)STIMER_BASE, 0x1000); in rt_hw_board_init()

Completed in 6 milliseconds