Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/
H A Dtimer.c27 writel(TIMER_TCR_COUNTER_DISABLE, &timer->tcr); in lpc32xx_timer_reset()
43 writel(TIMER_TCR_COUNTER_DISABLE, &timer->tcr); in lpc32xx_timer_count()
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dtimer.h34 #define TIMER_TCR_COUNTER_DISABLE (0 << 0) macro