Home
last modified time | relevance | path

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

/qemu/include/hw/rtc/
H A Dmc146818rtc.h52 #define RTC_ISA_IRQ 8 macro
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs50 const RTC_ISA_IRQ: usize = 8; constant