Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dsunhme.c91 #define HME_MACI_MACADDR2 0x318 macro
744 ((s->macregs[HME_MACI_MACADDR2 >> 2] & 0xff00) >> 8) == buf[4] && in sunhme_receive()
745 (s->macregs[HME_MACI_MACADDR2 >> 2] & 0xff) == buf[5]) { in sunhme_receive()