Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dsungem.c177 #define SUNGEM_MMIO_PCS_SIZE 0x60 macro
226 uint32_t pcsregs[SUNGEM_MMIO_PCS_SIZE >> 2];
1394 "sungem.pcs", SUNGEM_MMIO_PCS_SIZE); in sungem_realize()
1448 VMSTATE_UINT32_ARRAY(pcsregs, SunGEMState, (SUNGEM_MMIO_PCS_SIZE >> 2)),