Searched refs:to_timer_of (Results 1 – 12 of 12) sorted by relevance
85 struct timer_of *to = to_timer_of(clkevt); in mtk_syst_handler()96 struct timer_of *to = to_timer_of(clkevt); in mtk_syst_clkevt_next_event()116 mtk_syst_ack_irq(to_timer_of(clkevt)); in mtk_syst_clkevt_shutdown()119 writel(0, SYST_CON_REG(to_timer_of(clkevt))); in mtk_syst_clkevt_shutdown()178 mtk_gpt_clkevt_time_stop(to_timer_of(clk), TIMER_CLK_EVT); in mtk_gpt_clkevt_shutdown()185 struct timer_of *to = to_timer_of(clk); in mtk_gpt_clkevt_set_periodic()197 struct timer_of *to = to_timer_of(clk); in mtk_gpt_clkevt_next_event()209 struct timer_of *to = to_timer_of(clkevt); in mtk_gpt_interrupt()250 struct timer_of *to = to_timer_of(clk); in mtk_gpt_resume()257 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()
86 struct timer_of *to = to_timer_of(ced); in ostm_clock_event_next()99 struct timer_of *to = to_timer_of(ced); in ostm_shutdown()107 struct timer_of *to = to_timer_of(ced); in ostm_set_periodic()121 struct timer_of *to = to_timer_of(ced); in ostm_set_oneshot()133 ostm_timer_stop(to_timer_of(ced)); in ostm_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()
87 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_shutdown()96 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_oneshot()106 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_periodic()118 struct timer_of *to = to_timer_of(clkevt); in sun4i_clkevt_next_event()135 struct timer_of *to = to_timer_of(evt); in sun4i_timer_interrupt()
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()
125 struct timer_of *to = to_timer_of(clkevt); in atcpit100_clkevt_next_event()137 struct timer_of *to = to_timer_of(evt); in atcpit100_clkevt_set_periodic()146 struct timer_of *to = to_timer_of(evt); in atcpit100_clkevt_shutdown()154 struct timer_of *to = to_timer_of(evt); in atcpit100_clkevt_set_oneshot()167 struct timer_of *to = to_timer_of(evt); in atcpit100_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()
44 static inline struct timer_of *to_timer_of(struct clock_event_device *clkevt) in to_timer_of() function
Completed in 14 milliseconds