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

  /src/sys/dev/hdaudio/
hdaudio.c 219 uint32_t *corb = DMA_KERNADDR(&sc->sc_corb); local
230 if (wp >= (sc->sc_corb.dma_size / sizeof(*corb)))
236 corb[wp] = verb;
355 * The size of the CORB is programmable to 2, 16, or 256 entries
371 hda_error(sc, "couldn't configure CORB size\n");
376 hda_print(sc, "using %d byte CORB (cap %X)\n",
408 hda_error(sc, "timeout resetting CORB\n");
422 /* Stop the CORB if necessary */
432 hda_error(sc, "timeout stopping CORB\n");
446 /* Start the CORB if necessary *
    [all...]

Completed in 29 milliseconds