Searched refs:BGE_MAC_STS (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bge/ |
H A D | if_bge.c | 2570 CSR_WRITE_4(sc, BGE_MAC_STS, BGE_MACSTAT_SYNC_CHANGED | in bge_blockinit() 2599 CSR_WRITE_4(sc, BGE_MAC_STS, BGE_MACSTAT_SYNC_CHANGED | in bge_blockinit() 4684 statusword = CSR_READ_4(sc, BGE_MAC_STS) & BGE_MACSTAT_LINK_CHANGED; in bge_intr() 5700 if (CSR_READ_4(sc, BGE_MAC_STS) & in bge_ifmedia_sts() 6123 status = CSR_READ_4(sc, BGE_MAC_STS); in bge_link_upd() 6153 status = CSR_READ_4(sc, BGE_MAC_STS); in bge_link_upd() 6162 CSR_WRITE_4(sc, BGE_MAC_STS, 0xFFFFFFFF); in bge_link_upd() 6211 CSR_WRITE_4(sc, BGE_MAC_STS, BGE_MACSTAT_SYNC_CHANGED | in bge_link_upd()
|
H A D | if_bgereg.h | 614 #define BGE_MAC_STS 0x0404 macro
|