Searched refs:cmx_delay (Results 1 – 3 of 3) sorted by relevance
1210 if (dsp->cmx_delay) in dsp_cmx_receive()1211 dsp->rx_W = (dsp->rx_R + dsp->cmx_delay) in dsp_cmx_receive()1218 if (dsp->cmx_delay) in dsp_cmx_receive()1219 dsp->rx_W = dsp->cmx_delay; in dsp_cmx_receive()1242 if (dsp->cmx_delay) in dsp_cmx_receive()1250 if (dsp->cmx_delay) in dsp_cmx_receive()1251 dsp->rx_W = dsp->cmx_delay; in dsp_cmx_receive()1258 if (dsp->cmx_delay) in dsp_cmx_receive()1260 (dsp->cmx_delay << 1)) { in dsp_cmx_receive()1274 dsp->rx_W = dsp->cmx_delay; in dsp_cmx_receive()[all …]
510 dsp->cmx_delay = (*((int *)data)) << 3; in dsp_control_req()512 if (dsp->cmx_delay >= (CMX_BUFF_HALF >> 1)) in dsp_control_req()515 dsp->cmx_delay = (CMX_BUFF_HALF >> 1) - 1; in dsp_control_req()519 __func__, dsp->cmx_delay); in dsp_control_req()527 dsp->cmx_delay = 0; in dsp_control_req()
207 int cmx_delay; /* initial delay of buffers, member
Completed in 9 milliseconds