Home
last modified time | relevance | path

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

/NextBSD/sys/dev/bge/
HDif_bge.c1283 mac_mode = CSR_READ_4(sc, BGE_MAC_MODE) & in bge_miibus_statchg()
1305 CSR_WRITE_4(sc, BGE_MAC_MODE, mac_mode); in bge_miibus_statchg()
2440 CSR_WRITE_4(sc, BGE_MAC_MODE, val); in bge_blockinit()
4031 mac_mode = CSR_READ_4(sc, BGE_MAC_MODE) & mac_mode_mask; in bge_reset()
4201 val = CSR_READ_4(sc, BGE_MAC_MODE); in bge_reset()
4203 CSR_WRITE_4(sc, BGE_MAC_MODE, val); in bge_reset()
5661 BGE_CLRBIT(sc, BGE_MAC_MODE, in bge_ifmedia_upd_locked()
5664 BGE_SETBIT(sc, BGE_MAC_MODE, in bge_ifmedia_upd_locked()
5729 if (CSR_READ_4(sc, BGE_MAC_MODE) & BGE_MACMODE_HALF_DUPLEX) in bge_ifmedia_sts()
6178 BGE_CLRBIT(sc, BGE_MAC_MODE, in bge_link_upd()
HDif_bgereg.h614 #define BGE_MAC_MODE 0x0400 macro