Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dsun4i_timer.c31 #define TIMER_CTL_ENABLE BIT(0) macro
62 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()
Dtimer-sun5i.c29 #define TIMER_CTL_ENABLE BIT(0) macro
83 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()