CALIBRATE_LATCH 359 arch/alpha/kernel/time.c outb(CALIBRATE_LATCH & 0xff, 0x42); /* LSB of count */ CALIBRATE_LATCH 360 arch/alpha/kernel/time.c outb(CALIBRATE_LATCH >> 8, 0x42); /* MSB of count */ CALIBRATE_LATCH 372 arch/alpha/kernel/time.c return ((long)cc * PIT_TICK_RATE) / (CALIBRATE_LATCH + 1); CALIBRATE_LATCH 36 arch/x86/include/asm/mach_timer.h outb_p(CALIBRATE_LATCH & 0xff, 0x42); /* LSB of count */ CALIBRATE_LATCH 37 arch/x86/include/asm/mach_timer.h outb_p(CALIBRATE_LATCH >> 8, 0x42); /* MSB of count */ CALIBRATE_LATCH 140 drivers/clocksource/acpi_pm.c ((CALIBRATE_LATCH * (PMTMR_TICKS_PER_SEC >> 10)) / (PIT_TICK_RATE>>10))