Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dsungem.c33 #define SUNGEM_MMIO_GREG_SIZE 0x2000 macro
221 uint32_t gregs[SUNGEM_MMIO_GREG_SIZE >> 2];
1370 "sungem.greg", SUNGEM_MMIO_GREG_SIZE); in sungem_realize()
1441 VMSTATE_UINT32_ARRAY(gregs, SunGEMState, (SUNGEM_MMIO_GREG_SIZE >> 2)),