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

  /src/sys/dev/hdaudio/
hdaudio.c 217 uint32_t *corb = DMA_KERNADDR(&sc->sc_corb); local in function:hdaudio_corb_enqueue
228 if (wp >= (sc->sc_corb.dma_size / sizeof(*corb)))
234 corb[wp] = verb;
353 * The size of the CORB is programmable to 2, 16, or 256 entries
369 hda_error(sc, "couldn't configure CORB size\n");
374 hda_print(sc, "using %d byte CORB (cap %X)\n",
406 hda_error(sc, "timeout resetting CORB\n");
420 /* Stop the CORB if necessary */
430 hda_error(sc, "timeout stopping CORB\n");
444 /* Start the CORB if necessary *
    [all...]
hdaudio.c 217 uint32_t *corb = DMA_KERNADDR(&sc->sc_corb); local in function:hdaudio_corb_enqueue
228 if (wp >= (sc->sc_corb.dma_size / sizeof(*corb)))
234 corb[wp] = verb;
353 * The size of the CORB is programmable to 2, 16, or 256 entries
369 hda_error(sc, "couldn't configure CORB size\n");
374 hda_print(sc, "using %d byte CORB (cap %X)\n",
406 hda_error(sc, "timeout resetting CORB\n");
420 /* Stop the CORB if necessary */
430 hda_error(sc, "timeout stopping CORB\n");
444 /* Start the CORB if necessary *
    [all...]

Completed in 47 milliseconds