Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/cpu/armv7/iproc-common/
Dtimer.c15 uint32_t count_h; in timer_global_read() local
19 count_h = readl(IPROC_PERIPH_GLB_TIM_REG_BASE + in timer_global_read()
25 } while (cur_tick != count_h); in timer_global_read()