Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv7/iproc-common/
H A Dtimer.c32 writel(0, IPROC_PERIPH_GLB_TIM_REG_BASE + TIMER_GLB_CTRL_OFFSET); in timer_global_init()
36 IPROC_PERIPH_GLB_TIM_REG_BASE + TIMER_GLB_CTRL_OFFSET); in timer_global_init()
58 TIMER_GLB_CTRL_OFFSET) & in get_timer()
78 TIMER_GLB_CTRL_OFFSET) & in __udelay()
/openbmc/u-boot/arch/arm/include/asm/iproc-common/
H A Dtimer.h28 #define TIMER_GLB_CTRL_OFFSET 0x00000008 macro