Searched refs:TIMER_RELOAD (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/timer/
H A Dxilinx-timer.c22 #define TIMER_RELOAD 0x010 /* ARHT0 */ macro
61 TIMER_ENABLE | TIMER_RELOAD);
/u-boot/arch/arm/mach-sunxi/
H A Dtimer.c21 #define TIMER_RELOAD (0x1 << 1) /* reload internal value */ macro
56 writel(TIMER_MODE | TIMER_DIV | TIMER_SRC | TIMER_RELOAD | TIMER_EN,

Completed in 40 milliseconds