Home
last modified time | relevance | path

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

/src/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()
4021 mac_mode = CSR_READ_4(sc, BGE_MAC_MODE) & mac_mode_mask; in bge_reset()
4191 val = CSR_READ_4(sc, BGE_MAC_MODE); in bge_reset()
4193 CSR_WRITE_4(sc, BGE_MAC_MODE, val); in bge_reset()
5653 BGE_CLRBIT(sc, BGE_MAC_MODE, in bge_ifmedia_upd_locked()
5656 BGE_SETBIT(sc, BGE_MAC_MODE, in bge_ifmedia_upd_locked()
5721 if (CSR_READ_4(sc, BGE_MAC_MODE) & BGE_MACMODE_HALF_DUPLEX) in bge_ifmedia_sts()
6170 BGE_CLRBIT(sc, BGE_MAC_MODE, in bge_link_upd()
H A Dif_bgereg.h613 #define BGE_MAC_MODE 0x0400 macro