Searched refs:LAPIC_CAL_LOOPS (Results 1 – 1 of 1) sorted by relevance
677 #define LAPIC_CAL_LOOPS (HZ/10) macro705 case LAPIC_CAL_LOOPS: in lapic_cal_handler()887 while (lapic_cal_loops <= LAPIC_CAL_LOOPS) { in calibrate_APIC_clock()925 lapic_timer_period = (delta * APIC_DIVISOR) / LAPIC_CAL_LOOPS; in calibrate_APIC_clock()936 (deltatsc / LAPIC_CAL_LOOPS) / (1000000 / HZ), in calibrate_APIC_clock()937 (deltatsc / LAPIC_CAL_LOOPS) % (1000000 / HZ)); in calibrate_APIC_clock()974 while (lapic_cal_loops <= LAPIC_CAL_LOOPS) in calibrate_APIC_clock()986 if (deltaj >= LAPIC_CAL_LOOPS-2 && deltaj <= LAPIC_CAL_LOOPS+2) in calibrate_APIC_clock()