Searched refs:Hpet (Results 1 – 1 of 1) sorted by relevance
36 static mut HPET_INSTANCE: Option<Hpet> = None;39 pub fn hpet_instance() -> &'static Hpet { in hpet_instance()51 pub struct Hpet { struct63 impl Hpet { implementation100 let hpet = Hpet { in new()257 let hpet_instance = Hpet::new(hpet_info)?; in hpet_init()