Searched refs:CLIC_CTRL_BASE (Results 1 – 2 of 2) sorted by relevance
15 *(volatile uint64_t *)(CLIC_CTRL_BASE + CLIC_MTIMECMP_OFFSET) += current_set_ticks; in systick_isr()29 …*(volatile uint64_t *)(CLIC_CTRL_BASE + CLIC_MTIMECMP_OFFSET) = (*(volatile uint64_t *)(CLIC_CTRL_… in bflb_mtimer_config()49 tmp_high = getreg32(CLIC_CTRL_BASE + CLIC_MTIME_OFFSET + 4); in bflb_mtimer_get_time_us()50 tmp_low = getreg32(CLIC_CTRL_BASE + CLIC_MTIME_OFFSET); in bflb_mtimer_get_time_us()51 tmp_low1 = getreg32(CLIC_CTRL_BASE + CLIC_MTIME_OFFSET); in bflb_mtimer_get_time_us()52 tmp_high1 = getreg32(CLIC_CTRL_BASE + CLIC_MTIME_OFFSET + 4); in bflb_mtimer_get_time_us()
6 #define CLIC_CTRL_BASE 0x02000000UL macro
Completed in 4 milliseconds