Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dsunhme.c93 #define HME_MACI_MACADDR0 0x320 macro
740 if (((s->macregs[HME_MACI_MACADDR0 >> 2] & 0xff00) >> 8) == buf[0] && in sunhme_receive()
741 (s->macregs[HME_MACI_MACADDR0 >> 2] & 0xff) == buf[1] && in sunhme_receive()