Searched refs:cf_pit_clockevent (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/m68k/coldfire/
H A Dpit.c81 struct clock_event_device cf_pit_clockevent = { variable in typeref:struct:clock_event_device
99 struct clock_event_device *evt = &cf_pit_clockevent; pit_tick()
148 cf_pit_clockevent.cpumask = cpumask_of(smp_processor_id()); hw_timer_init()
149 cf_pit_clockevent.mult = div_sc(FREQ, NSEC_PER_SEC, 32); hw_timer_init()
150 cf_pit_clockevent.max_delta_ns = hw_timer_init()
151 clockevent_delta2ns(0xFFFF, &cf_pit_clockevent); hw_timer_init()
152 cf_pit_clockevent.min_delta_ns = hw_timer_init()
153 clockevent_delta2ns(0x3f, &cf_pit_clockevent); hw_timer_init()
154 clockevents_register_device(&cf_pit_clockevent); hw_timer_init()

Completed in 40 milliseconds