Home
last modified time | relevance | path

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

/qemu/hw/ipack/
H A Dipack.c35 uint8_t n_slots, in ipack_bus_init() argument
39 bus->n_slots = n_slots; in ipack_bus_init()
52 if (idev->slot >= bus->n_slots) { in ipack_device_realize()
53 error_setg(errp, "Only %" PRIu8 " slots available.", bus->n_slots); in ipack_device_realize()
/qemu/include/hw/ipack/
H A Dipack.h26 uint8_t n_slots; member
78 uint8_t n_slots,