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

/freebsd-11.0-release/sys/dev/bge/
H A Dif_bge.c1285 mac_mode = CSR_READ_4(sc, BGE_MAC_MODE) &
1307 CSR_WRITE_4(sc, BGE_MAC_MODE, mac_mode);
2442 CSR_WRITE_4(sc, BGE_MAC_MODE, val);
4037 mac_mode = CSR_READ_4(sc, BGE_MAC_MODE) & mac_mode_mask;
4207 val = CSR_READ_4(sc, BGE_MAC_MODE);
4209 CSR_WRITE_4(sc, BGE_MAC_MODE, val);
5667 BGE_CLRBIT(sc, BGE_MAC_MODE,
5670 BGE_SETBIT(sc, BGE_MAC_MODE,
5735 if (CSR_READ_4(sc, BGE_MAC_MODE) & BGE_MACMODE_HALF_DUPLEX)
6184 BGE_CLRBIT(sc, BGE_MAC_MODE,
[all...]
H A Dif_bgereg.h615 #define BGE_MAC_MODE 0x0400 macro

Completed in 50 milliseconds