Home
last modified time | relevance | path

Searched full:intcap (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/timer/
H A Dhpet.h80 #define HPET_INTCAP "hpet-intcap"
/openbmc/qemu/hw/timer/
H A Dhpet.c81 uint32_t intcap; member
645 timer->config |= (uint64_t)s->intcap << 32; in hpet_reset()
699 if (!s->intcap) { in hpet_realize()
700 error_setg(errp, "hpet.hpet-intcap not initialized"); in hpet_realize()
738 DEFINE_PROP_UINT32(HPET_INTCAP, HPETState, intcap, 0),
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs557 #[doc(alias = "intcap")]
734 Err("hpet.hpet-intcap property not initialized")?; in realize()
925 c"hpet-intcap",
/openbmc/qemu/hw/i386/
H A Dpc.c1159 * For pc-piix-*, hpet's intcap is always IRQ2. For pc-q35-*, in pc_basic_device_init()