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

  /src/sys/dev/hdaudio/
hdaudio.c 271 uint64_t *rirb = DMA_KERNADDR(&sc->sc_rirb); local in function:hdaudio_rirb_dequeue
282 hda_trace(sc, "unsol: rirb empty\n");
289 hda_error(sc, "RIRB timeout\n");
294 if (sc->sc_rirbrp >= (sc->sc_rirb.dma_size / sizeof(*rirb)))
299 entry = *(struct rirb_entry *)&rirb[sc->sc_rirbrp];
468 /* Stop the RIRB if necessary */
479 hda_error(sc, "timeout stopping RIRB\n");
493 /* Set the RIRB interrupt count */
496 /* Start the RIRB */
506 hda_error(sc, "timeout starting RIRB\n")
    [all...]
hdaudio.c 271 uint64_t *rirb = DMA_KERNADDR(&sc->sc_rirb); local in function:hdaudio_rirb_dequeue
282 hda_trace(sc, "unsol: rirb empty\n");
289 hda_error(sc, "RIRB timeout\n");
294 if (sc->sc_rirbrp >= (sc->sc_rirb.dma_size / sizeof(*rirb)))
299 entry = *(struct rirb_entry *)&rirb[sc->sc_rirbrp];
468 /* Stop the RIRB if necessary */
479 hda_error(sc, "timeout stopping RIRB\n");
493 /* Set the RIRB interrupt count */
496 /* Start the RIRB */
506 hda_error(sc, "timeout starting RIRB\n")
    [all...]

Completed in 149 milliseconds