Home
last modified time | relevance | path

Searched refs:STIMER_BASE (Results 1 – 6 of 6) sorted by relevance

/bsp/raspberry-pi/raspi2/driver/
A Dbcm283x.h41 #define STIMER_BASE (PER_BASE + 0x3000) macro
42 #define STIMER_CS HWREG32(STIMER_BASE + 0x00)
43 #define STIMER_CLO HWREG32(STIMER_BASE + 0x04)
44 #define STIMER_CHI HWREG32(STIMER_BASE + 0x08)
45 #define STIMER_C0 HWREG32(STIMER_BASE + 0x0C)
46 #define STIMER_C1 HWREG32(STIMER_BASE + 0x10)
47 #define STIMER_C2 HWREG32(STIMER_BASE + 0x14)
48 #define STIMER_C3 HWREG32(STIMER_BASE + 0x18)
/bsp/raspberry-pi/raspi4-32/driver/
A Draspi4.h136 #define STIMER_BASE (PER_BASE + ST_BASE_OFFSET) macro
137 #define STIMER_CS __REG32(STIMER_BASE + 0x0000)
138 #define STIMER_CLO __REG32(STIMER_BASE + 0x0004)
139 #define STIMER_CHI __REG32(STIMER_BASE + 0x0008)
140 #define STIMER_C0 __REG32(STIMER_BASE + 0x000C)
141 #define STIMER_C1 __REG32(STIMER_BASE + 0x0010)
142 #define STIMER_C2 __REG32(STIMER_BASE + 0x0014)
143 #define STIMER_C3 __REG32(STIMER_BASE + 0x0018)
/bsp/raspberry-pi/raspi3-32/driver/
A Draspi.h158 #define STIMER_BASE (PER_BASE + ST_BASE_OFFSET) macro
159 #define STIMER_CS HWREG32(STIMER_BASE + 0x0000)
160 #define STIMER_CLO HWREG32(STIMER_BASE + 0x0004)
161 #define STIMER_CHI HWREG32(STIMER_BASE + 0x0008)
162 #define STIMER_C0 HWREG32(STIMER_BASE + 0x000C)
163 #define STIMER_C1 HWREG32(STIMER_BASE + 0x0010)
164 #define STIMER_C2 HWREG32(STIMER_BASE + 0x0014)
165 #define STIMER_C3 HWREG32(STIMER_BASE + 0x0018)
/bsp/raspberry-pi/raspi3-64/driver/
A Draspi.h162 #define STIMER_BASE (PER_BASE + ST_BASE_OFFSET) macro
163 #define STIMER_CS __REG32(STIMER_BASE + 0x0000)
164 #define STIMER_CLO __REG32(STIMER_BASE + 0x0004)
165 #define STIMER_CHI __REG32(STIMER_BASE + 0x0008)
166 #define STIMER_C0 __REG32(STIMER_BASE + 0x000C)
167 #define STIMER_C1 __REG32(STIMER_BASE + 0x0010)
168 #define STIMER_C2 __REG32(STIMER_BASE + 0x0014)
169 #define STIMER_C3 __REG32(STIMER_BASE + 0x0018)
/bsp/raspberry-pi/raspi4-64/drivers/
A Dboard.c45 size_t stimer_base_addr = STIMER_BASE;
123 stimer_base_addr = (size_t)rt_ioremap((void*)STIMER_BASE, 0x1000); in rt_hw_board_init()
A Draspi4.h155 #define STIMER_BASE (PER_BASE + ST_BASE_OFFSET) macro

Completed in 13 milliseconds