Lines Matching refs:writel_relaxed
53 writel_relaxed(TIMERn_CMD_STOP, ddata->base + TIMERn_CMD); in efm32_clock_event_shutdown()
62 writel_relaxed(TIMERn_CMD_STOP, ddata->base + TIMERn_CMD); in efm32_clock_event_set_oneshot()
63 writel_relaxed(TIMERn_CTRL_PRESC_1024 | in efm32_clock_event_set_oneshot()
76 writel_relaxed(TIMERn_CMD_STOP, ddata->base + TIMERn_CMD); in efm32_clock_event_set_periodic()
77 writel_relaxed(ddata->periodic_top, ddata->base + TIMERn_TOP); in efm32_clock_event_set_periodic()
78 writel_relaxed(TIMERn_CTRL_PRESC_1024 | in efm32_clock_event_set_periodic()
82 writel_relaxed(TIMERn_CMD_START, ddata->base + TIMERn_CMD); in efm32_clock_event_set_periodic()
92 writel_relaxed(TIMERn_CMD_STOP, ddata->base + TIMERn_CMD); in efm32_clock_event_set_next_event()
93 writel_relaxed(evt, ddata->base + TIMERn_CNT); in efm32_clock_event_set_next_event()
94 writel_relaxed(TIMERn_CMD_START, ddata->base + TIMERn_CMD); in efm32_clock_event_set_next_event()
103 writel_relaxed(TIMERn_IRQ_UF, ddata->base + TIMERn_IFC); in efm32_clock_event_handler()
151 writel_relaxed(TIMERn_CTRL_PRESC_1024 | in efm32_clocksource_init()
154 writel_relaxed(TIMERn_CMD_START, base + TIMERn_CMD); in efm32_clocksource_init()
217 writel_relaxed(TIMERn_IRQ_UF, base + TIMERn_IEN); in efm32_clockevent_init()