Home
last modified time | relevance | path

Searched refs:TIMER_CTL_ENABLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/clocksource/
H A Dtimer-sun4i.c31 #define TIMER_CTL_ENABLE BIT(0) macro
59 writel(val & ~TIMER_CTL_ENABLE, base + TIMER_CTL_REG(timer)); in sun4i_clkevt_time_stop()
79 writel(val | TIMER_CTL_ENABLE | TIMER_CTL_RELOAD, in sun4i_clkevt_time_start()
178 writel(TIMER_CTL_ENABLE | TIMER_CTL_RELOAD | in sun4i_timer_init()
H A Dtimer-sprd.c20 #define TIMER_CTL_ENABLE BIT(1) macro
38 val |= TIMER_CTL_ENABLE; in sprd_timer_enable()
56 val &= ~TIMER_CTL_ENABLE; in sprd_timer_disable()
H A Dtimer-sun5i.c25 #define TIMER_CTL_ENABLE BIT(0) macro
69 writel(val & ~TIMER_CTL_ENABLE, ce->base + TIMER_CTL_REG(timer)); in sun5i_clkevt_time_stop()
88 writel(val | TIMER_CTL_ENABLE | TIMER_CTL_RELOAD, in sun5i_clkevt_time_start()
180 writel(TIMER_CTL_ENABLE | TIMER_CTL_RELOAD, in sun5i_setup_clocksource()