Searched refs:LAPIC_CAL_LOOPS (Results 1 – 1 of 1) sorted by relevance
641 #define LAPIC_CAL_LOOPS (HZ/10) macro669 case LAPIC_CAL_LOOPS: in lapic_cal_handler()848 while (lapic_cal_loops <= LAPIC_CAL_LOOPS) { in calibrate_APIC_clock()886 lapic_timer_period = (delta * APIC_DIVISOR) / LAPIC_CAL_LOOPS; in calibrate_APIC_clock()895 (deltatsc / LAPIC_CAL_LOOPS) / (1000000 / HZ), in calibrate_APIC_clock()896 (deltatsc / LAPIC_CAL_LOOPS) % (1000000 / HZ)); in calibrate_APIC_clock()932 while (lapic_cal_loops <= LAPIC_CAL_LOOPS) in calibrate_APIC_clock()944 if (deltaj >= LAPIC_CAL_LOOPS-2 && deltaj <= LAPIC_CAL_LOOPS+2) in calibrate_APIC_clock()