Searched refs:HME_MAC_READ_4 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/hme/
H A Dif_hme.c164 #define HME_MAC_READ_4(sc, offs) HME_SPC_READ_4(mac, (sc), (offs)) macro
480 HME_MAC_READ_4(sc, HME_MACI_NCCNT) +
481 HME_MAC_READ_4(sc, HME_MACI_FCCNT) +
482 HME_MAC_READ_4(sc, HME_MACI_EXCNT) +
483 HME_MAC_READ_4(sc, HME_MACI_LTCNT);
712 val = HME_MAC_READ_4(sc, reg);
882 v = HME_MAC_READ_4(sc, HME_MACI_XIF);
888 v = HME_MAC_READ_4(sc, HME_MACI_RXCFG);
895 v = HME_MAC_READ_4(sc, HME_MACI_TXCFG);
908 HME_MAC_READ_4(s
[all...]

Completed in 91 milliseconds