Home
last modified time | relevance | path

Searched defs:HPETState (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/timer/
H A Dhpet.c67 struct HPETState { struct
92 static uint32_t hpet_in_legacy_mode(HPETState *s) in hpet_in_legacy_mode() argument
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs242 fn get_state(&self) -> &HPETState { in get_state()
524 pub struct HPETState { struct
525 parent_obj: ParentField<SysBusDevice>,
526 iomem: MemoryRegion,
530 capability: BqlCell<u64>,
532 config: BqlCell<u64>,
535 int_status: BqlCell<u64>,
538 counter: BqlCell<u64>,
543 flags: u32,
546 hpet_offset: BqlCell<u64>,
[all …]