Lines Matching refs:writel_relaxed
30 writel_relaxed(GX6605S_STATUS_CLR, base + TIMER_STATUS); in gx6605s_timer_interrupt()
42 writel_relaxed(GX6605S_CONTRL_RST, base + TIMER_CONTRL); in gx6605s_timer_set_oneshot()
45 writel_relaxed(GX6605S_CONFIG_EN | GX6605S_CONFIG_IRQ_EN, in gx6605s_timer_set_oneshot()
57 writel_relaxed(GX6605S_CONTRL_RST, base + TIMER_CONTRL); in gx6605s_timer_set_next_event()
60 writel_relaxed(ULONG_MAX - delta, base + TIMER_INI); in gx6605s_timer_set_next_event()
61 writel_relaxed(GX6605S_CONTRL_START, base + TIMER_CONTRL); in gx6605s_timer_set_next_event()
70 writel_relaxed(0, base + TIMER_CONTRL); in gx6605s_timer_shutdown()
71 writel_relaxed(0, base + TIMER_CONFIG); in gx6605s_timer_shutdown()
104 writel_relaxed(0, base + TIMER_DIV); in gx6605s_clkevt_init()
105 writel_relaxed(0, base + TIMER_CONFIG); in gx6605s_clkevt_init()
113 writel_relaxed(0, base + TIMER_DIV); in gx6605s_clksrc_init()
114 writel_relaxed(0, base + TIMER_INI); in gx6605s_clksrc_init()
116 writel_relaxed(GX6605S_CONTRL_RST, base + TIMER_CONTRL); in gx6605s_clksrc_init()
118 writel_relaxed(GX6605S_CONFIG_EN, base + TIMER_CONFIG); in gx6605s_clksrc_init()
120 writel_relaxed(GX6605S_CONTRL_START, base + TIMER_CONTRL); in gx6605s_clksrc_init()