Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bge/
Dif_bge.c1285 mac_mode = CSR_READ_4(sc, BGE_MAC_MODE) & in bge_miibus_statchg()
1307 CSR_WRITE_4(sc, BGE_MAC_MODE, mac_mode); in bge_miibus_statchg()
2433 CSR_WRITE_4(sc, BGE_MAC_MODE, val); in bge_blockinit()
4029 mac_mode = CSR_READ_4(sc, BGE_MAC_MODE) & mac_mode_mask; in bge_reset()
4199 val = CSR_READ_4(sc, BGE_MAC_MODE); in bge_reset()
4201 CSR_WRITE_4(sc, BGE_MAC_MODE, val); in bge_reset()
5667 BGE_CLRBIT(sc, BGE_MAC_MODE, in bge_ifmedia_upd_locked()
5670 BGE_SETBIT(sc, BGE_MAC_MODE, in bge_ifmedia_upd_locked()
5735 if (CSR_READ_4(sc, BGE_MAC_MODE) & BGE_MACMODE_HALF_DUPLEX) in bge_ifmedia_sts()
6182 BGE_CLRBIT(sc, BGE_MAC_MODE, in bge_link_upd()
Dif_bgereg.h615 #define BGE_MAC_MODE 0x0400 macro