Searched refs:pit_ce (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/x86/kernel/
H A Di8253.c91 static struct clock_event_device pit_ce = { variable in typeref:struct:clock_event_device
110 pit_ce.cpumask = cpumask_of(smp_processor_id());
111 pit_ce.mult = div_sc(CLOCK_TICK_RATE, NSEC_PER_SEC, pit_ce.shift);
112 pit_ce.max_delta_ns = clockevent_delta2ns(0x7FFF, &pit_ce);
113 pit_ce.min_delta_ns = clockevent_delta2ns(0xF, &pit_ce);
115 clockevents_register_device(&pit_ce);
116 global_clock_event = &pit_ce;
[all...]

Completed in 88 milliseconds