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

/vbox/src/VBox/Devices/Audio/
H A DDevSB16.cpp642 static inline void dsp_out_data (PSB16STATE pThis, uint8_t val) function
688 dsp_out_data(pThis, 0x10); /* pThis->csp_param); */
708 dsp_out_data(pThis, 0xf8);
729 dsp_out_data(pThis, 0xff);
755 dsp_out_data(pThis, 0xaa);
843 dsp_out_data(pThis, pThis->ver & 0xff);
844 dsp_out_data(pThis, pThis->ver >> 8);
854 dsp_out_data(pThis, e3[i]);
868 dsp_out_data(pThis, pThis->test_reg);
873 dsp_out_data(pThi
[all...]

Completed in 996 milliseconds