Home
last modified time | relevance | path

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

/qemu/include/hw/misc/
H A Dmsf2-sysreg.h62 #define MSF2_SYSREG_MMIO_SIZE 0x300 macro
75 uint32_t regs[MSF2_SYSREG_MMIO_SIZE / 4];
/qemu/hw/misc/
H A Dmsf2-sysreg.c107 MSF2_SYSREG_MMIO_SIZE); in msf2_sysreg_init()
116 VMSTATE_UINT32_ARRAY(regs, MSF2SysregState, MSF2_SYSREG_MMIO_SIZE / 4),