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

/vbox/src/VBox/Devices/Audio/
H A DDevSB16.cpp103 int hdma; member in struct:__anon9878
166 int hdma; member in struct:SB16STATE
388 int dma = pThis->use_hdma ? pThis->hdma : pThis->dma;
1548 int dma, hdma; local
1551 hdma = lsbindex (val & 0xf0);
1552 if (dma != pThis->dma || hdma != pThis->hdma)
1554 dma, pThis->dma, hdma, pThis->hdma, val));
1557 pThis->hdma
[all...]

Completed in 47 milliseconds