Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dsungem.c120 #define SUNGEM_MMIO_MAC_SIZE 0x200 macro
224 uint32_t macregs[SUNGEM_MMIO_MAC_SIZE >> 2];
1386 "sungem.mac", SUNGEM_MMIO_MAC_SIZE); in sungem_realize()
1446 VMSTATE_UINT32_ARRAY(macregs, SunGEMState, (SUNGEM_MMIO_MAC_SIZE >> 2)),