Lines Matching refs:writel_relaxed
56 writel_relaxed(TIMERn_CMD_STOP, ddata->base + TIMERn_CMD); in efm32_clock_event_shutdown()
65 writel_relaxed(TIMERn_CMD_STOP, ddata->base + TIMERn_CMD); in efm32_clock_event_set_oneshot()
66 writel_relaxed(TIMERn_CTRL_PRESC_1024 | in efm32_clock_event_set_oneshot()
79 writel_relaxed(TIMERn_CMD_STOP, ddata->base + TIMERn_CMD); in efm32_clock_event_set_periodic()
80 writel_relaxed(ddata->periodic_top, ddata->base + TIMERn_TOP); in efm32_clock_event_set_periodic()
81 writel_relaxed(TIMERn_CTRL_PRESC_1024 | in efm32_clock_event_set_periodic()
85 writel_relaxed(TIMERn_CMD_START, ddata->base + TIMERn_CMD); in efm32_clock_event_set_periodic()
95 writel_relaxed(TIMERn_CMD_STOP, ddata->base + TIMERn_CMD); in efm32_clock_event_set_next_event()
96 writel_relaxed(evt, ddata->base + TIMERn_CNT); in efm32_clock_event_set_next_event()
97 writel_relaxed(TIMERn_CMD_START, ddata->base + TIMERn_CMD); in efm32_clock_event_set_next_event()
106 writel_relaxed(TIMERn_IRQ_UF, ddata->base + TIMERn_IFC); in efm32_clock_event_handler()
161 writel_relaxed(TIMERn_CTRL_PRESC_1024 | in efm32_clocksource_init()
164 writel_relaxed(TIMERn_CMD_START, base + TIMERn_CMD); in efm32_clocksource_init()
227 writel_relaxed(TIMERn_IRQ_UF, base + TIMERn_IEN); in efm32_clockevent_init()