Searched refs:to_timer_of (Results 1 – 13 of 13) sorted by relevance
88 struct timer_of *to = to_timer_of(clkevt); in mtk_syst_handler()99 struct timer_of *to = to_timer_of(clkevt); in mtk_syst_clkevt_next_event()119 mtk_syst_ack_irq(to_timer_of(clkevt)); in mtk_syst_clkevt_shutdown()122 writel(0, SYST_CON_REG(to_timer_of(clkevt))); in mtk_syst_clkevt_shutdown()181 mtk_gpt_clkevt_time_stop(to_timer_of(clk), TIMER_CLK_EVT); in mtk_gpt_clkevt_shutdown()188 struct timer_of *to = to_timer_of(clk); in mtk_gpt_clkevt_set_periodic()200 struct timer_of *to = to_timer_of(clk); in mtk_gpt_clkevt_next_event()212 struct timer_of *to = to_timer_of(clkevt); in mtk_gpt_interrupt()253 struct timer_of *to = to_timer_of(clk); in mtk_gpt_resume()260 struct timer_of *to = to_timer_of(clk); in mtk_gpt_suspend()
58 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_resume()70 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_shutdown()82 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_oneshot()95 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_periodic()111 struct timer_of *to = to_timer_of(clk); in npcm7xx_clockevent_set_next_event()125 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer0_interrupt()
69 struct timer_of *to = to_timer_of(evt); in rda_ostimer_set_state_shutdown()78 struct timer_of *to = to_timer_of(evt); in rda_ostimer_set_state_oneshot()87 struct timer_of *to = to_timer_of(evt); in rda_ostimer_set_state_periodic()107 struct timer_of *to = to_timer_of(ev); in rda_ostimer_set_next_event()117 struct timer_of *to = to_timer_of(evt); in rda_ostimer_interrupt()
85 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_shutdown()94 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_oneshot()104 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_periodic()116 struct timer_of *to = to_timer_of(clkevt); in sun4i_clkevt_next_event()133 struct timer_of *to = to_timer_of(evt); in sun4i_timer_interrupt()
52 struct timer_of *to = to_timer_of(clk); in mlb_timer_interrupt()89 struct timer_of *to = to_timer_of(clk); in mlb_set_state_periodic()99 struct timer_of *to = to_timer_of(clk); in mlb_set_state_oneshot()108 struct timer_of *to = to_timer_of(clk); in mlb_set_state_shutdown()117 struct timer_of *to = to_timer_of(clk); in mlb_clkevt_next_event()
28 void __iomem *base = timer_of_base(to_timer_of(ce)); in gx6605s_timer_interrupt()40 void __iomem *base = timer_of_base(to_timer_of(ce)); in gx6605s_timer_set_oneshot()55 void __iomem *base = timer_of_base(to_timer_of(ce)); in gx6605s_timer_set_next_event()69 void __iomem *base = timer_of_base(to_timer_of(ce)); in gx6605s_timer_shutdown()
88 struct timer_of *to = to_timer_of(ced); in ostm_clock_event_next()101 struct timer_of *to = to_timer_of(ced); in ostm_shutdown()109 struct timer_of *to = to_timer_of(ced); in ostm_set_periodic()123 struct timer_of *to = to_timer_of(ced); in ostm_set_oneshot()135 ostm_timer_stop(to_timer_of(ced)); in ostm_timer_interrupt()
57 void __iomem *reg_base = timer_of_base(to_timer_of(evt)); in tegra_timer_set_next_event()75 void __iomem *reg_base = timer_of_base(to_timer_of(evt)); in tegra_timer_shutdown()84 void __iomem *reg_base = timer_of_base(to_timer_of(evt)); in tegra_timer_set_periodic()85 unsigned long period = timer_of_period(to_timer_of(evt)); in tegra_timer_set_periodic()96 void __iomem *reg_base = timer_of_base(to_timer_of(evt)); in tegra_timer_isr()106 void __iomem *reg_base = timer_of_base(to_timer_of(evt)); in tegra_timer_suspend()
119 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_shutdown()129 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_next_event()146 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_periodic()155 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_oneshot()165 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_handler()
82 struct timer_of *to = to_timer_of(ce); in sprd_timer_set_next_event()93 struct timer_of *to = to_timer_of(ce); in sprd_timer_set_periodic()104 struct timer_of *to = to_timer_of(ce); in sprd_timer_shutdown()113 struct timer_of *to = to_timer_of(ce); in sprd_timer_interrupt()
93 struct timer_of *timer = to_timer_of(evt); in msc313e_timer_clkevt_shutdown()102 struct timer_of *timer = to_timer_of(evt); in msc313e_timer_clkevt_set_oneshot()112 struct timer_of *timer = to_timer_of(evt); in msc313e_timer_clkevt_set_periodic()123 struct timer_of *timer = to_timer_of(clkevt); in msc313e_timer_clkevt_next_event()
67 mtk_cpux_set_irq(to_timer_of(clkevt), false); in mtk_cpux_clkevt_shutdown()79 mtk_cpux_set_irq(to_timer_of(clkevt), true); in mtk_cpux_clkevt_resume()
44 static inline struct timer_of *to_timer_of(struct clock_event_device *clkevt) in to_timer_of() function