Searched defs:HPETState (Results 1 – 2 of 2) sorted by relevance
67 struct HPETState { struct92 static uint32_t hpet_in_legacy_mode(HPETState *s) in hpet_in_legacy_mode() argument
215 fn init(&mut self, index: u8, state: &HPETState) { in init()221 state: NonNull::new((state as *const HPETState).cast_mut()).unwrap(), in init() constant244 fn get_state(&self) -> &HPETState { in get_state()526 pub struct HPETState { struct527 parent_obj: ParentField<SysBusDevice>,528 iomem: MemoryRegion,532 capability: BqlCell<u64>,534 config: BqlCell<u64>,537 int_status: BqlCell<u64>,540 counter: BqlCell<u64>,[all …]