HomeSort by: relevance | last modified time | path
    Searched defs:sc_txcw (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_wm.c 704 uint32_t sc_txcw; /* prototype TXCW register */ member in struct:wm_softc
13557 sc->sc_txcw = TXCW_ANE;
13559 sc->sc_txcw |= TXCW_FD | TXCW_HD;
13561 sc->sc_txcw |= TXCW_FD;
13563 sc->sc_txcw |= TXCW_HD;
13566 sc->sc_txcw |= TXCW_SYM_PAUSE | TXCW_ASYM_PAUSE;
13568 DPRINTF(sc, WM_DEBUG_LINK,("%s: sc_txcw = 0x%x after autoneg check\n",
13569 device_xname(sc->sc_dev), sc->sc_txcw));
13570 CSR_WRITE(sc, WMREG_TXCW, sc->sc_txcw);
13731 CSR_WRITE(sc, WMREG_TXCW, (sc->sc_txcw & ~TXCW_ANE))
    [all...]

Completed in 115 milliseconds