Lines Matching refs:hpet
14 use super::hpet::{hpet_instance, is_hpet_enabled};
104 let hpet = is_hpet_enabled(); in calibrate_cpu_by_pit_hpet_ptimer() localVariable
107 if hpet { "HPET" } else { "PMTIMER" } in calibrate_cpu_by_pit_hpet_ptimer()
133 let (tsc1, ref1) = Self::read_refs(hpet); in calibrate_cpu_by_pit_hpet_ptimer()
135 let (tsc2, ref2) = Self::read_refs(hpet); in calibrate_cpu_by_pit_hpet_ptimer()
157 if hpet { in calibrate_cpu_by_pit_hpet_ptimer()
174 if hpet { "HPET" } else { "PMTIMER" }, in calibrate_cpu_by_pit_hpet_ptimer()
191 if (!hpet) && (global_ref1 == 0) && (global_ref2 == 0) { in calibrate_cpu_by_pit_hpet_ptimer()
203 if hpet { "HPET" } else { "PMTIMER" } in calibrate_cpu_by_pit_hpet_ptimer()
209 if (!hpet) && (global_ref1 == 0) && (global_ref2 == 0) { in calibrate_cpu_by_pit_hpet_ptimer()
225 if hpet { "HPET" } else { "PMTIMER" }, in calibrate_cpu_by_pit_hpet_ptimer()