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

  /src/sys/arch/mac68k/obio/
ascaudiovar.h 61 uint8_t *sc_getptr; member in struct:ascaudio_softc
ascaudio.c 210 sc->sc_getptr = sc->sc_recbuf;
556 if (sc->sc_getptr + blksize >= sc->sc_recbuf + BUFSIZE)
557 total = sc->sc_recbuf + BUFSIZE - sc->sc_getptr;
560 memcpy(loc, sc->sc_getptr, total);
561 sc->sc_getptr += total;
567 sc->sc_getptr = sc->sc_recbuf;
568 memcpy(loc, sc->sc_getptr, total);
569 sc->sc_getptr += total;
601 sc->sc_getptr = sc->sc_recbuf;

Completed in 13 milliseconds