Searched refs:STIMER_BASE (Results 1 – 6 of 6) sorted by relevance
41 #define STIMER_BASE (PER_BASE + 0x3000) macro42 #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)
136 #define STIMER_BASE (PER_BASE + ST_BASE_OFFSET) macro137 #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)
158 #define STIMER_BASE (PER_BASE + ST_BASE_OFFSET) macro159 #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)
162 #define STIMER_BASE (PER_BASE + ST_BASE_OFFSET) macro163 #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)
45 size_t stimer_base_addr = STIMER_BASE;123 stimer_base_addr = (size_t)rt_ioremap((void*)STIMER_BASE, 0x1000); in rt_hw_board_init()
155 #define STIMER_BASE (PER_BASE + ST_BASE_OFFSET) macro
Completed in 18 milliseconds