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

/freebsd-9.3-release/sys/dev/hme/
H A Dif_hme.c142 #define HME_SPC_READ_4(spc, sc, offs) \ macro
152 #define HME_SEB_READ_4(sc, offs) HME_SPC_READ_4(seb, (sc), (offs))
156 #define HME_ERX_READ_4(sc, offs) HME_SPC_READ_4(erx, (sc), (offs))
160 #define HME_ETX_READ_4(sc, offs) HME_SPC_READ_4(etx, (sc), (offs))
164 #define HME_MAC_READ_4(sc, offs) HME_SPC_READ_4(mac, (sc), (offs))
168 #define HME_MIF_READ_4(sc, offs) HME_SPC_READ_4(mif, (sc), (offs))

Completed in 93 milliseconds