Searched refs:clockevent_microblaze_timer (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/microblaze/kernel/
H A Dtimer.c136 static struct clock_event_device clockevent_microblaze_timer = { variable in typeref:struct:clock_event_device
152 struct clock_event_device *evt = &clockevent_microblaze_timer;
165 .dev_id = &clockevent_microblaze_timer,
170 clockevent_microblaze_timer.mult =
172 clockevent_microblaze_timer.shift);
173 clockevent_microblaze_timer.max_delta_ns =
174 clockevent_delta2ns((u32)~0, &clockevent_microblaze_timer);
175 clockevent_microblaze_timer.min_delta_ns =
176 clockevent_delta2ns(1, &clockevent_microblaze_timer);
177 clockevent_microblaze_timer
[all...]

Completed in 23 milliseconds