HomeSort by: relevance | last modified time | path
    Searched refs:BGE_MAC_MODE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_bge.c 1225 mac_mode = CSR_READ_4(sc, BGE_MAC_MODE) &
1245 CSR_WRITE_4_FLUSH(sc, BGE_MAC_MODE, mac_mode);
2856 CSR_WRITE_4_FLUSH(sc, BGE_MAC_MODE, val);
3948 macmode = CSR_READ_4(sc, BGE_MAC_MODE);
3952 CSR_WRITE_4_FLUSH(sc, BGE_MAC_MODE,
3981 CSR_WRITE_4_FLUSH(sc, BGE_MAC_MODE, macmode);
4204 /* Make mask for BGE_MAC_MODE register. */
4208 /* Keep mac_mode_mask's bits of BGE_MAC_MODE register into mac_mode */
4209 mac_mode = CSR_READ_4(sc, BGE_MAC_MODE) & mac_mode_mask;
4430 val = CSR_READ_4(sc, BGE_MAC_MODE);
    [all...]
if_bgereg.h 625 #define BGE_MAC_MODE 0x0400

Completed in 39 milliseconds