Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/coldfire/
H A Dpit.c82 struct clock_event_device cf_pit_clockevent = { variable
100 struct clock_event_device *evt = &cf_pit_clockevent; in pit_tick()
143 cf_pit_clockevent.cpumask = cpumask_of(smp_processor_id()); in hw_timer_init()
144 cf_pit_clockevent.mult = div_sc(FREQ, NSEC_PER_SEC, 32); in hw_timer_init()
145 cf_pit_clockevent.max_delta_ns = in hw_timer_init()
146 clockevent_delta2ns(0xFFFF, &cf_pit_clockevent); in hw_timer_init()
147 cf_pit_clockevent.max_delta_ticks = 0xFFFF; in hw_timer_init()
148 cf_pit_clockevent.min_delta_ns = in hw_timer_init()
149 clockevent_delta2ns(0x3f, &cf_pit_clockevent); in hw_timer_init()
150 cf_pit_clockevent.min_delta_ticks = 0x3f; in hw_timer_init()
[all …]