Searched refs:ckevt_timrot (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/plat-stmp3xxx/
H A Dtimer.c79 static struct clock_event_device ckevt_timrot = { variable in typeref:struct:clock_event_device
100 .dev_id = &ckevt_timrot,
111 ckevt_timrot.mult = div_sc(CLOCK_TICK_RATE, NSEC_PER_SEC,
112 ckevt_timrot.shift);
113 ckevt_timrot.min_delta_ns = clockevent_delta2ns(2, &ckevt_timrot);
114 ckevt_timrot.max_delta_ns = clockevent_delta2ns(0xFFF, &ckevt_timrot);
115 ckevt_timrot.cpumask = cpumask_of(0);
144 clockevents_register_device(&ckevt_timrot);
[all...]

Completed in 114 milliseconds