Home
last modified time | relevance | path

Searched refs:VIA1_IRQ_60HZ_BIT (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/misc/
H A Dmac_via.h23 #define VIA1_IRQ_60HZ_BIT CA1_INT_BIT macro
29 #define VIA1_IRQ_60HZ BIT(VIA1_IRQ_60HZ_BIT)
/openbmc/qemu/hw/misc/
H A Dmac_via.c332 qemu_irq irq = qdev_get_gpio_in(DEVICE(s), VIA1_IRQ_60HZ_BIT); in via1_sixty_hz()