Searched defs:dma_cmd8 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A DDevSB16.cpp488 static void dma_cmd8(PSB16STATE pThis, int mask, int dma_len) function
725 dma_cmd8(pThis, DMA8_AUTO, -1);
801 dma_cmd8(pThis, (((cmd & 1) == 0) ? 1 : 0) | DMA8_HIGH, -1);
1013 dma_cmd8(pThis, 0, dsp_get_lohi (pThis) + 1);

Completed in 49 milliseconds