Searched refs:cnt_h (Results 1 – 2 of 2) sorted by relevance
17 uint32_t cnt_l, cnt_h; in ast_ibex_timer_get_count() local20 cnt_h = csr_read(CSR_MCYCLEH); in ast_ibex_timer_get_count()22 return ((uint64_t)cnt_h << 32) | cnt_l; in ast_ibex_timer_get_count()
28 u32 old = readl(&global_timer->cnt_h); in arm_global_timer_get_count()32 high = readl(&global_timer->cnt_h); in arm_global_timer_get_count()
Completed in 14 milliseconds