Searched refs:STIMER_CLO (Results 1 – 7 of 7) sorted by relevance
36 STIMER_C1 = STIMER_CLO + cnt; in raspi_systimer_start()41 STIMER_C3 = STIMER_CLO + cnt; in raspi_systimer_start()89 STIMER_C1 = STIMER_CLO + timer->cnt; in rt_device_systimer_isr()94 STIMER_C3 = STIMER_CLO + timer->cnt; in rt_device_systimer_isr()
160 #define STIMER_CLO HWREG32(STIMER_BASE + 0x0004) macro169 rt_uint32_t compare = STIMER_CLO + micros * 25; \170 while (STIMER_CLO < compare); \
38 STIMER_C1 = STIMER_CLO + cnt; in raspi_systimer_start()43 STIMER_C3 = STIMER_CLO + cnt; in raspi_systimer_start()91 STIMER_C1 = STIMER_CLO + timer->cnt; in rt_device_systimer_isr()96 STIMER_C3 = STIMER_CLO + timer->cnt; in rt_device_systimer_isr()
164 #define STIMER_CLO __REG32(STIMER_BASE + 0x0004) macro173 rt_uint32_t compare = STIMER_CLO + micros * 25; \174 while (STIMER_CLO < compare); \
158 #define STIMER_CLO __REG32(stimer_base_addr + 0x0004) macro167 rt_uint32_t compare = STIMER_CLO + micros * 25; \168 while (STIMER_CLO < compare); \
138 #define STIMER_CLO __REG32(STIMER_BASE + 0x0004) macro147 rt_uint32_t compare = STIMER_CLO + micros * 25; \148 while (STIMER_CLO < compare); \
43 #define STIMER_CLO HWREG32(STIMER_BASE + 0x04) macro
Completed in 20 milliseconds