Searched refs:TWD_TIMER_CONTROL (Results 1 – 3 of 3) sorted by relevance
39 writel_relaxed(0, twd_base + TWD_TIMER_CONTROL); in twd_shutdown()47 twd_base + TWD_TIMER_CONTROL); in twd_set_oneshot()59 writel_relaxed(ctrl, twd_base + TWD_TIMER_CONTROL); in twd_set_periodic()66 unsigned long ctrl = readl_relaxed(twd_base + TWD_TIMER_CONTROL); in twd_set_next_event()71 writel_relaxed(ctrl, twd_base + TWD_TIMER_CONTROL); in twd_set_next_event()163 writel_relaxed(0x1, twd_base + TWD_TIMER_CONTROL); 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()
195 u32 twd_ctrl = readl_relaxed(twd_base + TWD_TIMER_CONTROL); in gic_timer_retrigger()207 writel_relaxed(twd_ctrl, twd_base + TWD_TIMER_CONTROL); in gic_timer_retrigger()
7 #define TWD_TIMER_CONTROL 0x08 macro