Home
last modified time | relevance | path

Searched refs:cnt_h (Results 1 – 2 of 2) sorted by relevance

/drivers/timer/
A Dast_ibex_timer.c17 uint32_t cnt_l, cnt_h; in ast_ibex_timer_get_count() local
20 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()
A Darm_global_timer.c28 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