Lines Matching refs:cmx_delay
1199 if (dsp->cmx_delay) in dsp_cmx_receive()
1200 dsp->rx_W = (dsp->rx_R + dsp->cmx_delay) in dsp_cmx_receive()
1207 if (dsp->cmx_delay) in dsp_cmx_receive()
1208 dsp->rx_W = dsp->cmx_delay; in dsp_cmx_receive()
1231 if (dsp->cmx_delay) in dsp_cmx_receive()
1232 dsp->rx_W = (dsp->rx_R + dsp->cmx_delay) in dsp_cmx_receive()
1239 if (dsp->cmx_delay) in dsp_cmx_receive()
1240 dsp->rx_W = dsp->cmx_delay; in dsp_cmx_receive()
1247 if (dsp->cmx_delay) in dsp_cmx_receive()
1249 (dsp->cmx_delay << 1)) { in dsp_cmx_receive()
1259 dsp->rx_W = (dsp->rx_R + dsp->cmx_delay) in dsp_cmx_receive()
1263 dsp->rx_W = dsp->cmx_delay; in dsp_cmx_receive()
1336 if (dsp->cmx_delay && !dsp->last_tx) {
1770 if (delay > dsp_poll && !dsp->cmx_delay) {