Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bge.c1240 mac_mode = CSR_READ_4(sc, BGE_MAC_MODE) & in bge_miibus_statchg()
1262 CSR_WRITE_4(sc, BGE_MAC_MODE, mac_mode); in bge_miibus_statchg()
2391 CSR_WRITE_4(sc, BGE_MAC_MODE, val); in bge_blockinit()
4014 mac_mode = CSR_READ_4(sc, BGE_MAC_MODE) & mac_mode_mask; in bge_reset()
4184 val = CSR_READ_4(sc, BGE_MAC_MODE); in bge_reset()
4186 CSR_WRITE_4(sc, BGE_MAC_MODE, val); in bge_reset()
5646 BGE_CLRBIT(sc, BGE_MAC_MODE, in bge_ifmedia_upd_locked()
5649 BGE_SETBIT(sc, BGE_MAC_MODE, in bge_ifmedia_upd_locked()
5714 if (CSR_READ_4(sc, BGE_MAC_MODE) & BGE_MACMODE_HALF_DUPLEX) in bge_ifmedia_sts()
6163 BGE_CLRBIT(sc, BGE_MAC_MODE, in bge_link_upd()
H A Dif_bgereg.h613 #define BGE_MAC_MODE 0x0400 macro