Lines Matching refs:writel_relaxed
42 writel_relaxed(0, twd_base + TWD_TIMER_CONTROL); in twd_shutdown()
49 writel_relaxed(TWD_TIMER_CONTROL_IT_ENABLE | TWD_TIMER_CONTROL_ONESHOT, in twd_set_oneshot()
60 writel_relaxed(DIV_ROUND_CLOSEST(twd_timer_rate, HZ), in twd_set_periodic()
62 writel_relaxed(ctrl, twd_base + TWD_TIMER_CONTROL); in twd_set_periodic()
73 writel_relaxed(evt, twd_base + TWD_TIMER_COUNTER); in twd_set_next_event()
74 writel_relaxed(ctrl, twd_base + TWD_TIMER_CONTROL); in twd_set_next_event()
88 writel_relaxed(1, twd_base + TWD_TIMER_INTSTAT); in twd_timer_ack()
216 writel_relaxed(0x1, twd_base + TWD_TIMER_CONTROL); in twd_calibrate_rate()
219 writel_relaxed(0xFFFFFFFFU, twd_base + TWD_TIMER_COUNTER); in twd_calibrate_rate()
282 writel_relaxed(0, twd_base + TWD_TIMER_CONTROL); in twd_timer_setup()
295 writel_relaxed(0, twd_base + TWD_TIMER_CONTROL); in twd_timer_setup()