Searched refs:TIMER_CTL_ENABLE (Results 1 – 2 of 2) sorted by relevance
31 #define TIMER_CTL_ENABLE BIT(0) macro62 writel(val & ~TIMER_CTL_ENABLE, timer_base + TIMER_CTL_REG(timer)); in sun4i_clkevt_time_stop()80 writel(val | TIMER_CTL_ENABLE | TIMER_CTL_RELOAD, in sun4i_clkevt_time_start()172 writel(TIMER_CTL_ENABLE | TIMER_CTL_RELOAD | in sun4i_timer_init()
29 #define TIMER_CTL_ENABLE BIT(0) macro83 writel(val & ~TIMER_CTL_ENABLE, ce->timer.base + TIMER_CTL_REG(timer)); in sun5i_clkevt_time_stop()102 writel(val | TIMER_CTL_ENABLE | TIMER_CTL_RELOAD, in sun5i_clkevt_time_start()217 writel(TIMER_CTL_ENABLE | TIMER_CTL_RELOAD, in sun5i_setup_clocksource()