Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dsunhme.c81 #define HME_MAC_REG_SIZE 0x1000 macro
174 uint32_t macregs[HME_MAC_REG_SIZE >> 2];
875 "sunhme.mac", HME_MAC_REG_SIZE); in sunhme_realize()
934 VMSTATE_UINT32_ARRAY(macregs, SunHMEState, (HME_MAC_REG_SIZE >> 2)),