Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_bge.c1130 mac_mode = CSR_READ_4(sc, BGE_MAC_MODE) & in bge_miibus_statchg()
1152 CSR_WRITE_4(sc, BGE_MAC_MODE, mac_mode); in bge_miibus_statchg()
2319 CSR_WRITE_4(sc, BGE_MAC_MODE, val); in bge_blockinit()
3280 mac_mode = CSR_READ_4(sc, BGE_MAC_MODE) & mac_mode_mask; in bge_reset()
3434 val = CSR_READ_4(sc, BGE_MAC_MODE); in bge_reset()
3436 CSR_WRITE_4(sc, BGE_MAC_MODE, val); in bge_reset()
4447 BGE_CLRBIT(sc, BGE_MAC_MODE, in bge_ifmedia_upd()
4450 BGE_SETBIT(sc, BGE_MAC_MODE, in bge_ifmedia_upd()
4507 if (CSR_READ_4(sc, BGE_MAC_MODE) & BGE_MACMODE_HALF_DUPLEX) in bge_ifmedia_sts()
4828 BGE_CLRBIT(sc, BGE_MAC_MODE, in bge_link_upd()
[all …]
H A Dif_bgereg.h587 #define BGE_MAC_MODE 0x0400 macro