Searched refs:calibrate_latch (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/l4util/lib/src/ARCH-x86/ |
A D | apic.c | 99 unsigned int calibrate_latch = (CLOCK_TICK_RATE / 20); /* 50 ms */ in apic_check_working() local 112 l4util_out8(calibrate_latch & 0xff, 0x42); /* LSB of count */ in apic_check_working() 113 l4util_out8(calibrate_latch >> 8, 0x42); /* MSB of count */ in apic_check_working() 172 unsigned int calibrate_latch = (CLOCK_TICK_RATE / 20); /* 50 ms */ in l4_calibrate_apic() local 186 l4util_out8(calibrate_latch & 0xff, 0x42); /* LSB of count */ in l4_calibrate_apic() 187 l4util_out8(calibrate_latch >> 8, 0x42); /* MSB of count */ in l4_calibrate_apic()
|
A D | rdtsc.c | 73 const unsigned calibrate_latch = clock_tick_rate / 20; /* 20Hz = 50ms */ in l4_tsc_init() local 87 l4util_out8 (calibrate_latch & 0xff, 0x42); /* LSB of count */ in l4_tsc_init() 88 l4util_out8 (calibrate_latch >> 8, 0x42); /* MSB of count */ in l4_tsc_init()
|
/l4re-core-master/l4util/lib/src/ARCH-amd64/ |
A D | apic.c | 99 unsigned int calibrate_latch = (CLOCK_TICK_RATE / 20); /* 50 ms */ in apic_check_working() local 112 l4util_out8(calibrate_latch & 0xff, 0x42); /* LSB of count */ in apic_check_working() 113 l4util_out8(calibrate_latch >> 8, 0x42); /* MSB of count */ in apic_check_working() 172 unsigned int calibrate_latch = (CLOCK_TICK_RATE / 20); /* 50 ms */ in l4_calibrate_apic() local 186 l4util_out8(calibrate_latch & 0xff, 0x42); /* LSB of count */ in l4_calibrate_apic() 187 l4util_out8(calibrate_latch >> 8, 0x42); /* MSB of count */ in l4_calibrate_apic()
|
Completed in 81 milliseconds