Searched refs:tmp_high (Results 1 – 1 of 1) sorted by relevance
45 volatile uint64_t tmp_low, tmp_high, tmp_low1, tmp_high1; in bflb_mtimer_get_time_us() local49 tmp_high = getreg32(CLIC_CTRL_BASE + CLIC_MTIME_OFFSET + 4); in bflb_mtimer_get_time_us()54 tmp_high = (uint64_t)csi_coret_get_valueh(); in bflb_mtimer_get_time_us()59 } while (tmp_low > tmp_low1 || tmp_high != tmp_high1); in bflb_mtimer_get_time_us()
Completed in 3 milliseconds