Lines Matching refs:TIMER_CLK_EVT
20 #define TIMER_CLK_EVT (1)
178 mtk_gpt_clkevt_time_stop(to_timer_of(clk), TIMER_CLK_EVT);
187 mtk_gpt_clkevt_time_stop(to, TIMER_CLK_EVT);
188 mtk_gpt_clkevt_time_setup(to, to->of_clk.period, TIMER_CLK_EVT);
189 mtk_gpt_clkevt_time_start(to, true, TIMER_CLK_EVT);
199 mtk_gpt_clkevt_time_stop(to, TIMER_CLK_EVT);
200 mtk_gpt_clkevt_time_setup(to, event, TIMER_CLK_EVT);
201 mtk_gpt_clkevt_time_start(to, false, TIMER_CLK_EVT);
212 writel(GPT_IRQ_ACK(TIMER_CLK_EVT), timer_of_base(to) + GPT_IRQ_ACK_REG);
252 mtk_gpt_enable_irq(to, TIMER_CLK_EVT);
332 mtk_gpt_setup(&to, TIMER_CLK_EVT, GPT_CTRL_OP_REPEAT);
336 mtk_gpt_enable_irq(&to, TIMER_CLK_EVT);