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

/linux-4.4.14/drivers/clocksource/
H A Dsun4i_timer.c31 #define TIMER_CTL_ENABLE BIT(0) macro
62 writel(val & ~TIMER_CTL_ENABLE, timer_base + TIMER_CTL_REG(timer)); sun4i_clkevt_time_stop()
80 writel(val | TIMER_CTL_ENABLE | TIMER_CTL_RELOAD, sun4i_clkevt_time_start()
172 writel(TIMER_CTL_ENABLE | TIMER_CTL_RELOAD | sun4i_timer_init()
H A Dtimer-sun5i.c29 #define TIMER_CTL_ENABLE BIT(0) macro
83 writel(val & ~TIMER_CTL_ENABLE, ce->timer.base + TIMER_CTL_REG(timer)); sun5i_clkevt_time_stop()
102 writel(val | TIMER_CTL_ENABLE | TIMER_CTL_RELOAD, sun5i_clkevt_time_start()
217 writel(TIMER_CTL_ENABLE | TIMER_CTL_RELOAD, sun5i_setup_clocksource()

Completed in 132 milliseconds