Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dsunhme.c92 #define HME_MACI_MACADDR1 0x31c macro
742 ((s->macregs[HME_MACI_MACADDR1 >> 2] & 0xff00) >> 8) == buf[2] && in sunhme_receive()
743 (s->macregs[HME_MACI_MACADDR1 >> 2] & 0xff) == buf[3] && in sunhme_receive()