Lines Matching defs:clkevt
60 struct clock_event_device clkevt;
75 return container_of(evt, struct ixp4xx_timer, clkevt);
96 struct clock_event_device *evt = &tmr->clkevt;
211 tmr->clkevt.name = "ixp4xx timer1";
212 tmr->clkevt.features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT;
213 tmr->clkevt.rating = 200;
214 tmr->clkevt.set_state_shutdown = ixp4xx_shutdown;
215 tmr->clkevt.set_state_periodic = ixp4xx_set_periodic;
216 tmr->clkevt.set_state_oneshot = ixp4xx_set_oneshot;
217 tmr->clkevt.tick_resume = ixp4xx_resume;
218 tmr->clkevt.set_next_event = ixp4xx_set_next_event;
219 tmr->clkevt.cpumask = cpumask_of(0);
220 tmr->clkevt.irq = timer_irq;
227 clockevents_config_and_register(&tmr->clkevt, timer_freq,