Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Diosb.h13 #define IOSB_REGS 7 macro
19 uint32_t regs[IOSB_REGS];
/openbmc/qemu/hw/misc/
H A Diosb.c109 VMSTATE_UINT32_ARRAY(regs, IOSBState, IOSB_REGS),