Lines Matching defs:sc_put
98 int sc_put, sc_current, sc_free;
802 if (sc->sc_current != sc->sc_put) {
803 sc->sc_put = sc->sc_current;
808 GFFB_WRITE_4(GFFB_FIFO_PUT, sc->sc_put);
850 if (sc->sc_put >= get) {
855 if (sc->sc_put <= (SKIPS << 2)) {
865 sc->sc_current = sc->sc_put = (SKIPS << 2);
887 while ((GFFB_READ_4(GFFB_FIFO_GET) != sc->sc_put) && (bail > 0)) {
905 sc->sc_put = 0;
1138 sc->sc_put = 0;
1184 DPRINTF("put %x current %x\n", sc->sc_put, sc->sc_current);
1187 DPRINTF("put %x current %x\n", sc->sc_put, sc->sc_current);
1193 DPRINTF("put %x current %x\n", sc->sc_put, sc->sc_current);