Home
last modified time | relevance | path

Searched refs:Hpet (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/driver/
H A Dhpet.rs36 static mut HPET_INSTANCE: Option<Hpet> = None;
39 pub fn hpet_instance() -> &'static Hpet { in hpet_instance()
51 pub struct Hpet { struct
63 impl Hpet { implementation
100 let hpet = Hpet { in new()
257 let hpet_instance = Hpet::new(hpet_info)?; in hpet_init()