Searched refs:TWD_TIMER_CONTROL (Results 1 – 3 of 3) sorted by relevance
61 writel_relaxed(ctrl, twd_base + TWD_TIMER_CONTROL); in twd_set_mode()67 unsigned long ctrl = readl_relaxed(twd_base + TWD_TIMER_CONTROL); in twd_set_next_event()72 writel_relaxed(ctrl, twd_base + TWD_TIMER_CONTROL); in twd_set_next_event()214 writel_relaxed(0x1, twd_base + TWD_TIMER_CONTROL); in twd_calibrate_rate()280 writel_relaxed(0, twd_base + TWD_TIMER_CONTROL); in twd_timer_setup()293 writel_relaxed(0, twd_base + TWD_TIMER_CONTROL); in twd_timer_setup()
75 u32 twd_ctrl = readl_relaxed(twd_base + TWD_TIMER_CONTROL); in gic_timer_retrigger()87 writel_relaxed(twd_ctrl, twd_base + TWD_TIMER_CONTROL); in gic_timer_retrigger()
6 #define TWD_TIMER_CONTROL 0x08 macro