Searched refs:LAPIC_CAL_LOOPS (Results 1 – 1 of 1) sorted by relevance
692 #define LAPIC_CAL_LOOPS (HZ/10) macro720 case LAPIC_CAL_LOOPS: in lapic_cal_handler()902 while (lapic_cal_loops <= LAPIC_CAL_LOOPS) { in calibrate_APIC_clock()940 lapic_timer_period = (delta * APIC_DIVISOR) / LAPIC_CAL_LOOPS; in calibrate_APIC_clock()951 (deltatsc / LAPIC_CAL_LOOPS) / (1000000 / HZ), in calibrate_APIC_clock()952 (deltatsc / LAPIC_CAL_LOOPS) % (1000000 / HZ)); in calibrate_APIC_clock()989 while (lapic_cal_loops <= LAPIC_CAL_LOOPS) in calibrate_APIC_clock()1001 if (deltaj >= LAPIC_CAL_LOOPS-2 && deltaj <= LAPIC_CAL_LOOPS+2) in calibrate_APIC_clock()