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

/linux-4.4.14/drivers/clocksource/
H A Dtime-efm32.c34 #define TIMERn_CMD_STOP 0x00000002 macro
56 writel_relaxed(TIMERn_CMD_STOP, ddata->base + TIMERn_CMD); efm32_clock_event_shutdown()
65 writel_relaxed(TIMERn_CMD_STOP, ddata->base + TIMERn_CMD); efm32_clock_event_set_oneshot()
79 writel_relaxed(TIMERn_CMD_STOP, ddata->base + TIMERn_CMD); efm32_clock_event_set_periodic()
95 writel_relaxed(TIMERn_CMD_STOP, ddata->base + TIMERn_CMD); efm32_clock_event_set_next_event()

Completed in 164 milliseconds