Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dsunhme.c40 #define HME_SEB_REG_SIZE 0x2000 macro
171 uint32_t sebregs[HME_SEB_REG_SIZE >> 2];
863 "sunhme.seb", HME_SEB_REG_SIZE); in sunhme_realize()
931 VMSTATE_UINT32_ARRAY(sebregs, SunHMEState, (HME_SEB_REG_SIZE >> 2)),