Lines Matching defs:to
56 #define SYST_CON_REG(to) (timer_of_base(to) + SYST_CON) argument
57 #define SYST_VAL_REG(to) (timer_of_base(to) + SYST_VAL) argument
75 static void mtk_syst_ack_irq(struct timer_of *to) in mtk_syst_ack_irq()
84 struct timer_of *to = to_timer_of(clkevt); in mtk_syst_handler() local
95 struct timer_of *to = to_timer_of(clkevt); in mtk_syst_clkevt_next_event() local
135 static void mtk_gpt_clkevt_time_stop(struct timer_of *to, u8 timer) in mtk_gpt_clkevt_time_stop()
144 static void mtk_gpt_clkevt_time_setup(struct timer_of *to, in mtk_gpt_clkevt_time_setup()
150 static void mtk_gpt_clkevt_time_start(struct timer_of *to, in mtk_gpt_clkevt_time_start()
181 struct timer_of *to = to_timer_of(clk); in mtk_gpt_clkevt_set_periodic() local
193 struct timer_of *to = to_timer_of(clk); in mtk_gpt_clkevt_next_event() local
205 struct timer_of *to = to_timer_of(clkevt); in mtk_gpt_interrupt() local
215 __init mtk_gpt_setup(struct timer_of *to, u8 timer, u8 option) in mtk_gpt_setup()
229 static void mtk_gpt_enable_irq(struct timer_of *to, u8 timer) in mtk_gpt_enable_irq()
244 static struct timer_of to = { variable