Home
last modified time | relevance | path

Searched refs:to_timer_of (Results 1 – 12 of 12) sorted by relevance

/drivers/clocksource/
Dtimer-npcm7xx.c58 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()
Dtimer-rda.c69 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()
Dtimer-mediatek.c84 struct timer_of *to = to_timer_of(clkevt); in mtk_syst_handler()
95 struct timer_of *to = to_timer_of(clkevt); in mtk_syst_clkevt_next_event()
115 writel(0, SYST_CON_REG(to_timer_of(clkevt))); in mtk_syst_clkevt_shutdown()
174 mtk_gpt_clkevt_time_stop(to_timer_of(clk), TIMER_CLK_EVT); in mtk_gpt_clkevt_shutdown()
181 struct timer_of *to = to_timer_of(clk); in mtk_gpt_clkevt_set_periodic()
193 struct timer_of *to = to_timer_of(clk); in mtk_gpt_clkevt_next_event()
205 struct timer_of *to = to_timer_of(clkevt); in mtk_gpt_interrupt()
Drenesas-ostm.c86 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()
Dtimer-sun4i.c87 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()
Dtimer-milbeaut.c52 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()
Dtimer-gx6605s.c28 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()
Dtimer-atcpit100.c125 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()
Dtimer-tegra.c57 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()
Dtimer-stm32.c119 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()
Dtimer-sprd.c82 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()
Dtimer-of.h44 static inline struct timer_of *to_timer_of(struct clock_event_device *clkevt) in to_timer_of() function