Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/cpu/armv7/iproc-common/
H A Dtimer.c16 uint32_t count_h; in timer_global_read() local
20 count_h = readl(IPROC_PERIPH_GLB_TIM_REG_BASE + in timer_global_read()
26 } while (cur_tick != count_h); in timer_global_read()