Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/coldfire/
Dpit.c90 struct clock_event_device cf_pit_clockevent = { variable
105 struct clock_event_device *evt = &cf_pit_clockevent; in pit_tick()
154 cf_pit_clockevent.cpumask = cpumask_of(smp_processor_id()); in hw_timer_init()
155 cf_pit_clockevent.mult = div_sc(FREQ, NSEC_PER_SEC, 32); in hw_timer_init()
156 cf_pit_clockevent.max_delta_ns = in hw_timer_init()
157 clockevent_delta2ns(0xFFFF, &cf_pit_clockevent); in hw_timer_init()
158 cf_pit_clockevent.min_delta_ns = in hw_timer_init()
159 clockevent_delta2ns(0x3f, &cf_pit_clockevent); in hw_timer_init()
160 clockevents_register_device(&cf_pit_clockevent); in hw_timer_init()