Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/
H A Dsysbus.h11 #define QDEV_MAX_PIO 32 macro
65 uint32_t pio[QDEV_MAX_PIO];
/openbmc/qemu/hw/core/
H A Dsysbus.c201 assert(dev->num_pio < QDEV_MAX_PIO); in sysbus_init_ioports()