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

/linux-4.1.27/drivers/clocksource/
H A Dmeson6_timer.c30 #define TIMER_ENABLE_BIT(t) (16 + (t)) macro
50 writel(val & ~TIMER_ENABLE_BIT(timer), timer_base + TIMER_ISA_MUX); meson6_clkevt_time_stop()
67 writel(val | TIMER_ENABLE_BIT(timer), timer_base + TIMER_ISA_MUX); meson6_clkevt_time_start()

Completed in 27 milliseconds