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

  /src/sys/arch/mac68k/dev/
if_mcvar.h 89 int sc_txset, sc_txseti; member in struct:mc_softc
if_mc.c 400 buff = (u_char*)sc->sc_txbuf + (sc->sc_txset == 0 ? 0 : 0x800);
  /src/sys/arch/mac68k/obio/
if_mc_obio.c 245 int offset = sc->sc_txset == 0 ? 0 : 0x800;
249 psc_reg4(PSC_ENETWR_ADDR + sc->sc_txset) = sc->sc_txbuf_phys + offset;
250 psc_reg4(PSC_ENETWR_LEN + sc->sc_txset) = len;
251 psc_reg2(PSC_ENETWR_CMD + sc->sc_txset) = 0x9800;
255 sc->sc_txset ^= 0x10;
403 sc->sc_txset = sc->sc_txseti = 0;

Completed in 110 milliseconds