Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_bge.c1225 mac_mode = CSR_READ_4(sc, BGE_MAC_MODE) & in bge_miibus_statchg()
1245 CSR_WRITE_4_FLUSH(sc, BGE_MAC_MODE, mac_mode); in bge_miibus_statchg()
2856 CSR_WRITE_4_FLUSH(sc, BGE_MAC_MODE, val); in bge_blockinit()
3949 macmode = CSR_READ_4(sc, BGE_MAC_MODE); in bge_attach()
3953 CSR_WRITE_4_FLUSH(sc, BGE_MAC_MODE, in bge_attach()
3982 CSR_WRITE_4_FLUSH(sc, BGE_MAC_MODE, macmode); in bge_attach()
4210 mac_mode = CSR_READ_4(sc, BGE_MAC_MODE) & mac_mode_mask; in bge_reset()
4431 val = CSR_READ_4(sc, BGE_MAC_MODE); in bge_reset()
4434 CSR_WRITE_4_FLUSH(sc, BGE_MAC_MODE, val); in bge_reset()
5840 BGE_CLRBIT_FLUSH(sc, BGE_MAC_MODE, in bge_ifmedia_upd()
[all …]
Dif_bgereg.h625 #define BGE_MAC_MODE 0x0400 macro