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

  /src/sys/dev/pci/
gffb.c 98 int sc_put, sc_current, sc_free; member in struct:gffb_softc
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
    [all...]
gffb.c 98 int sc_put, sc_current, sc_free; member in struct:gffb_softc
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
    [all...]

Completed in 55 milliseconds