Searched refs:TIMER_EN (Results 1 - 6 of 6) sorted by relevance

/u-boot/arch/arm/mach-rockchip/
H A Dpx30-board-tpl.c22 #define TIMER_EN 0x1 macro
31 writel(TIMER_EN | TIMER_FMODE,
H A Drk3036-board-spl.c16 #define TIMER_EN 0x1 macro
28 writel(TIMER_EN | TIMER_FMODE, CONFIG_ROCKCHIP_STIMER_BASE +
H A Dtpl.c27 #define TIMER_EN 0x1 macro
37 if (reg & TIMER_EN)
48 writel(TIMER_EN | TIMER_FMODE, CONFIG_ROCKCHIP_STIMER_BASE +
H A Dspl.c85 #define TIMER_EN 0x1 macro
95 if (reg & TIMER_EN)
104 writel(TIMER_EN | TIMER_FMODE, CONFIG_ROCKCHIP_STIMER_BASE +
/u-boot/arch/arm/mach-sunxi/
H A Dtimer.c22 #define TIMER_EN (0x1 << 0) /* enable timer */ macro
56 writel(TIMER_MODE | TIMER_DIV | TIMER_SRC | TIMER_RELOAD | TIMER_EN,
/u-boot/arch/arm/mach-rockchip/rk3399/
H A Drk3399.c63 #define TIMER_EN 0x1 macro
72 if (reg & TIMER_EN)
79 writel(TIMER_EN | TIMER_FMODE, CONFIG_ROCKCHIP_STIMER_BASE + \

Completed in 128 milliseconds