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

  /src/sys/arch/dreamcast/dev/maple/
maplevar.h 181 uint32_t *sc_txpos; /* current write position in tx buffer */ member in struct:maple_softc
maple.c 417 sc->sc_txlink = sc->sc_txpos = sc->sc_txbuf;
427 if (sc->sc_txpos == sc->sc_txbuf)
442 uint32_t *p = sc->sc_txpos;
472 sc->sc_txpos = p;

Completed in 101 milliseconds