Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dtimer-gx6605s.c16 #define TIMER_DIV 0x24 macro
105 writel_relaxed(0, base + TIMER_DIV); in gx6605s_clkevt_init()
114 writel_relaxed(0, base + TIMER_DIV); in gx6605s_clksrc_init()
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/
H A Dtimer.c15 #define TIMER_DIV (0x0 << 4) /* pre scale 1 */ macro
51 writel(TIMER_MODE | TIMER_DIV | TIMER_SRC | TIMER_RELOAD | TIMER_EN, in timer_init()