Lines Matching refs:writel_relaxed
30 writel_relaxed(GX6605S_STATUS_CLR, base + TIMER_STATUS); in gx6605s_timer_interrupt()
31 writel_relaxed(0, base + TIMER_INI); in gx6605s_timer_interrupt()
43 writel_relaxed(GX6605S_CONTRL_RST, base + TIMER_CONTRL); in gx6605s_timer_set_oneshot()
46 writel_relaxed(GX6605S_CONFIG_EN | GX6605S_CONFIG_IRQ_EN, in gx6605s_timer_set_oneshot()
58 writel_relaxed(GX6605S_CONTRL_RST, base + TIMER_CONTRL); in gx6605s_timer_set_next_event()
61 writel_relaxed(ULONG_MAX - delta, base + TIMER_INI); in gx6605s_timer_set_next_event()
62 writel_relaxed(GX6605S_CONTRL_START, base + TIMER_CONTRL); in gx6605s_timer_set_next_event()
71 writel_relaxed(0, base + TIMER_CONTRL); in gx6605s_timer_shutdown()
72 writel_relaxed(0, base + TIMER_CONFIG); in gx6605s_timer_shutdown()
105 writel_relaxed(0, base + TIMER_DIV); in gx6605s_clkevt_init()
106 writel_relaxed(0, base + TIMER_CONFIG); in gx6605s_clkevt_init()
114 writel_relaxed(0, base + TIMER_DIV); in gx6605s_clksrc_init()
115 writel_relaxed(0, base + TIMER_INI); in gx6605s_clksrc_init()
117 writel_relaxed(GX6605S_CONTRL_RST, base + TIMER_CONTRL); in gx6605s_clksrc_init()
119 writel_relaxed(GX6605S_CONFIG_EN, base + TIMER_CONFIG); in gx6605s_clksrc_init()
121 writel_relaxed(GX6605S_CONTRL_START, base + TIMER_CONTRL); in gx6605s_clksrc_init()