Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv7/iproc-common/
H A Dtimer.c59 TIMER_GLB_TIM_CTRL_PRESC_MASK) >> 8) + 1)); in get_timer()
79 TIMER_GLB_TIM_CTRL_PRESC_MASK) >> 8) + 1)); in __udelay()
/openbmc/u-boot/arch/arm/include/asm/iproc-common/
H A Dtimer.h33 #define TIMER_GLB_TIM_CTRL_PRESC_MASK 0x0000FF00 macro