Lines Matching defs:clkevt
49 struct clock_event_device clkevt;
64 return container_of(evt, struct ixp4xx_timer, clkevt);
85 struct clock_event_device *evt = &tmr->clkevt;
199 tmr->clkevt.name = "ixp4xx timer1";
200 tmr->clkevt.features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT;
201 tmr->clkevt.rating = 200;
202 tmr->clkevt.set_state_shutdown = ixp4xx_shutdown;
203 tmr->clkevt.set_state_periodic = ixp4xx_set_periodic;
204 tmr->clkevt.set_state_oneshot = ixp4xx_set_oneshot;
205 tmr->clkevt.tick_resume = ixp4xx_resume;
206 tmr->clkevt.set_next_event = ixp4xx_set_next_event;
207 tmr->clkevt.cpumask = cpumask_of(0);
208 tmr->clkevt.irq = timer_irq;
215 clockevents_config_and_register(&tmr->clkevt, timer_freq,