Searched refs:sc_conf3 (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/sys/dev/le/
H A Dlancevar.h86 uint16_t sc_conf3; /* CSR3 value */ member in struct:lance_softc
H A Dif_le_lebuffer.c287 &sc->sc_conf3, sizeof(sc->sc_conf3)) == -1)
288 sc->sc_conf3 = LE_C3_ACON | LE_C3_BCON;
294 sc->sc_conf3 &= ~LE_C3_BSWP;
H A Dif_le_pci.c382 sc->sc_conf3 = 0;
H A Dif_le_cbus.c336 sc->sc_conf3 = 0;
H A Dif_le_isa.c385 sc->sc_conf3 = 0;
H A Dif_le_ledma.c385 sc->sc_conf3 = LE_C3_BSWP | LE_C3_ACON | LE_C3_BCON;
H A Dlance.c293 (*sc->sc_wrcsr)(sc, LE_CSR3, sc->sc_conf3);

Completed in 105 milliseconds