Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/nubus/
H A Dnubus.h54 #define NUBUS_DECL_ROM_MAX_SIZE (1 * MiB) macro
/openbmc/qemu/hw/nubus/
H A Dnubus-device.c73 } else if (size > NUBUS_DECL_ROM_MAX_SIZE) { in nubus_device_realize()