Home
last modified time | relevance | path

Searched refs:STIMER_CLO (Results 1 – 7 of 7) sorted by relevance

/bsp/raspberry-pi/raspi3-32/driver/
A Ddrv_timer.c36 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()
A Draspi.h160 #define STIMER_CLO HWREG32(STIMER_BASE + 0x0004) macro
169 rt_uint32_t compare = STIMER_CLO + micros * 25; \
170 while (STIMER_CLO < compare); \
/bsp/raspberry-pi/raspi3-64/driver/
A Ddrv_timer.c38 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()
A Draspi.h164 #define STIMER_CLO __REG32(STIMER_BASE + 0x0004) macro
173 rt_uint32_t compare = STIMER_CLO + micros * 25; \
174 while (STIMER_CLO < compare); \
/bsp/raspberry-pi/raspi4-64/drivers/
A Draspi4.h158 #define STIMER_CLO __REG32(stimer_base_addr + 0x0004) macro
167 rt_uint32_t compare = STIMER_CLO + micros * 25; \
168 while (STIMER_CLO < compare); \
/bsp/raspberry-pi/raspi4-32/driver/
A Draspi4.h138 #define STIMER_CLO __REG32(STIMER_BASE + 0x0004) macro
147 rt_uint32_t compare = STIMER_CLO + micros * 25; \
148 while (STIMER_CLO < compare); \
/bsp/raspberry-pi/raspi2/driver/
A Dbcm283x.h43 #define STIMER_CLO HWREG32(STIMER_BASE + 0x04) macro

Completed in 20 milliseconds