Home
last modified time | relevance | path

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

/qemu/rust/hw/timer/hpet/src/
H A Dfw_cfg.rs16 pub event_timer_block_id: u32, field
65 fw_cfg.hpet[hpet_id].event_timer_block_id = timer_block_id; in update_hpet_cfg()
/qemu/include/hw/timer/
H A Dhpet.h64 uint32_t event_timer_block_id; member
/qemu/hw/timer/
H A Dhpet.c654 hpet_fw_cfg.hpet[s->hpet_id].event_timer_block_id = (uint32_t)s->capability; in hpet_reset()