Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Drtc-test.c281 g_assert(!get_irq(RTC_ISA_IRQ)); in alarm_time()
291 if (get_irq(RTC_ISA_IRQ)) { in alarm_time()
298 g_assert(get_irq(RTC_ISA_IRQ)); in alarm_time()
648 while (!get_irq(RTC_ISA_IRQ)) { in wait_periodic_interrupt()
/openbmc/qemu/include/hw/rtc/
H A Dmc146818rtc.h52 #define RTC_ISA_IRQ 8 macro
/openbmc/qemu/hw/timer/
H A Dhpet.c195 route = (timer->tn == 0) ? 0 : RTC_ISA_IRQ; in update_irq()
600 qemu_irq_lower(s->irqs[RTC_ISA_IRQ]); in hpet_ram_write()
604 qemu_set_irq(s->irqs[RTC_ISA_IRQ], s->rtc_irq_level); in hpet_ram_write()
686 qemu_set_irq(s->irqs[RTC_ISA_IRQ], level); in hpet_handle_legacy_irq()
/openbmc/qemu/hw/rtc/
H A Dmc146818rtc.c966 DEFINE_PROP_UINT8("irq", MC146818RtcState, isairq, RTC_ISA_IRQ),