Lines Matching refs:writel_relaxed
39 writel_relaxed(0, twd_base + TWD_TIMER_CONTROL); in twd_shutdown()
46 writel_relaxed(TWD_TIMER_CONTROL_IT_ENABLE | TWD_TIMER_CONTROL_ONESHOT, in twd_set_oneshot()
57 writel_relaxed(DIV_ROUND_CLOSEST(twd_timer_rate, HZ), in twd_set_periodic()
59 writel_relaxed(ctrl, twd_base + TWD_TIMER_CONTROL); in twd_set_periodic()
70 writel_relaxed(evt, twd_base + TWD_TIMER_COUNTER); in twd_set_next_event()
71 writel_relaxed(ctrl, twd_base + TWD_TIMER_CONTROL); in twd_set_next_event()
85 writel_relaxed(1, twd_base + TWD_TIMER_INTSTAT); in twd_timer_ack()
163 writel_relaxed(0x1, twd_base + TWD_TIMER_CONTROL); in twd_calibrate_rate()
166 writel_relaxed(0xFFFFFFFFU, twd_base + TWD_TIMER_COUNTER); in twd_calibrate_rate()
229 writel_relaxed(0, twd_base + TWD_TIMER_CONTROL); in twd_timer_setup()
242 writel_relaxed(0, twd_base + TWD_TIMER_CONTROL); in twd_timer_setup()