Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/nubus/
H A Dnubus.h29 #define NUBUS_IRQS 16 macro
51 qemu_irq irqs[NUBUS_IRQS];
/openbmc/qemu/hw/nubus/
H A Dnubus-bridge.c23 qdev_init_gpio_out(DEVICE(s), bus->irqs, NUBUS_IRQS); in nubus_bridge_init()