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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-w90x900/
H A Dtime.c91 static struct clock_event_device nuc900_clockevent_device = { variable in typeref:struct:clock_event_device
104 struct clock_event_device *evt = &nuc900_clockevent_device;
135 nuc900_clockevent_device.mult = div_sc(rate, NSEC_PER_SEC,
136 nuc900_clockevent_device.shift);
137 nuc900_clockevent_device.max_delta_ns = clockevent_delta2ns(0xffffffff,
138 &nuc900_clockevent_device);
139 nuc900_clockevent_device.min_delta_ns = clockevent_delta2ns(0xf,
140 &nuc900_clockevent_device);
141 nuc900_clockevent_device.cpumask = cpumask_of(0);
143 clockevents_register_device(&nuc900_clockevent_device);
[all...]

Completed in 55 milliseconds