Searched refs:rx_R (Results 1 – 3 of 3) sorted by relevance
239 dsp->rx_R = 0; in dsp_cmx_add_conf_member()1198 dsp->rx_R = (hh->id & CMX_BUFF_MASK); in dsp_cmx_receive()1200 dsp->rx_W = (dsp->rx_R + dsp->cmx_delay) in dsp_cmx_receive()1203 dsp->rx_W = (dsp->rx_R + (dsp_poll >> 1)) in dsp_cmx_receive()1206 dsp->rx_R = 0; in dsp_cmx_receive()1222 if (((dsp->rx_W-dsp->rx_R) & CMX_BUFF_MASK) >= CMX_BUFF_HALF) { in dsp_cmx_receive()1230 dsp->rx_R = (hh->id & CMX_BUFF_MASK); in dsp_cmx_receive()1232 dsp->rx_W = (dsp->rx_R + dsp->cmx_delay) in dsp_cmx_receive()1235 dsp->rx_W = (dsp->rx_R + (dsp_poll >> 1)) in dsp_cmx_receive()1238 dsp->rx_R = 0; in dsp_cmx_receive()[all …]
198 int rx_R; /* current read pos for transmit clock */ member
385 dsp->rx_R = 0; in dsp_control_req()841 dsp->rx_R = 0; in dsp_function()