Searched defs:APIC_DIVISOR (Results 1 - 1 of 1) sorted by relevance

/arch/x86/kernel/apic/
H A Dapic.c337 #define APIC_DIVISOR 16 macro
382 apic_write(APIC_TMICT, clocks / APIC_DIVISOR);
716 lapic_clockevent.mult = div_sc(lapic_timer_frequency/APIC_DIVISOR,
770 lapic_timer_frequency = (delta * APIC_DIVISOR) / LAPIC_CAL_LOOPS;

Completed in 10 milliseconds