Searched refs:rx_R (Results 1 – 3 of 3) sorted by relevance
250 dsp->rx_R = 0; in dsp_cmx_add_conf_member()1209 dsp->rx_R = (hh->id & CMX_BUFF_MASK); in dsp_cmx_receive()1211 dsp->rx_W = (dsp->rx_R + dsp->cmx_delay) in dsp_cmx_receive()1214 dsp->rx_W = (dsp->rx_R + (dsp_poll >> 1)) in dsp_cmx_receive()1217 dsp->rx_R = 0; in dsp_cmx_receive()1233 if (((dsp->rx_W-dsp->rx_R) & CMX_BUFF_MASK) >= CMX_BUFF_HALF) { in dsp_cmx_receive()1241 dsp->rx_R = (hh->id & CMX_BUFF_MASK); in dsp_cmx_receive()1243 dsp->rx_W = (dsp->rx_R + dsp->cmx_delay) in dsp_cmx_receive()1246 dsp->rx_W = (dsp->rx_R + (dsp_poll >> 1)) in dsp_cmx_receive()1249 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()