Lines Matching refs:cmx_delay
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()
1243 dsp->rx_W = (dsp->rx_R + 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()
1270 dsp->rx_W = (dsp->rx_R + dsp->cmx_delay) in dsp_cmx_receive()
1274 dsp->rx_W = dsp->cmx_delay; in dsp_cmx_receive()
1347 if (dsp->cmx_delay && !dsp->last_tx) {
1781 if (delay > dsp_poll && !dsp->cmx_delay) {