Searched refs:to_timer_of (Results 1 – 12 of 12) sorted by relevance
118 mtk_cpux_set_irq(to_timer_of(clkevt), false); in mtk_cpux_clkevt_shutdown()130 mtk_cpux_set_irq(to_timer_of(clkevt), true); in mtk_cpux_clkevt_resume()144 struct timer_of *to = to_timer_of(clkevt); in mtk_syst_handler()155 struct timer_of *to = to_timer_of(clkevt); in mtk_syst_clkevt_next_event()175 mtk_syst_ack_irq(to_timer_of(clkevt)); in mtk_syst_clkevt_shutdown()178 writel(0, SYST_CON_REG(to_timer_of(clkevt))); in mtk_syst_clkevt_shutdown()244 struct timer_of *to = to_timer_of(clk); in mtk_gpt_clkevt_set_periodic()256 struct timer_of *to = to_timer_of(clk); in mtk_gpt_clkevt_next_event()268 struct timer_of *to = to_timer_of(clkevt); in mtk_gpt_interrupt()309 struct timer_of *to = to_timer_of(clk); in mtk_gpt_resume()[all …]
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()
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()
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()
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()
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()
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()
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()
44 static inline struct timer_of *to_timer_of(struct clock_event_device *clkevt) in to_timer_of() function
Completed in 25 milliseconds