Home
last modified time | relevance | path

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

/qemu/include/hw/timer/
H A Dhpet.h29 #define HPET_LEGACY_PIT_INT 0 macro
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs47 const HPET_LEGACY_PIT_INT: u32 = 0; // HPET_LEGACY_RTC_INT isn't defined here. constant
598 if irq == HPET_LEGACY_PIT_INT { in get_ns()
/qemu/hw/timer/
H A Dhpet.c665 if (n == HPET_LEGACY_PIT_INT) { in hpet_handle_legacy_irq()
/qemu/hw/i386/
H A Dpc.c1174 pit_alt_irq = qdev_get_gpio_in(hpet, HPET_LEGACY_PIT_INT); in pc_basic_device_init()