Searched refs:rx_W (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/isdn/mISDN/
H A Ddsp_cmx.c237 dsp->rx_init = 1; /* rx_W and rx_R will be adjusted on first frame */
238 dsp->rx_W = 0;
1200 dsp->rx_W = (dsp->rx_R + dsp->cmx_delay)
1203 dsp->rx_W = (dsp->rx_R + (dsp_poll >> 1))
1208 dsp->rx_W = dsp->cmx_delay;
1210 dsp->rx_W = dsp_poll >> 1;
1215 dsp->rx_W = (hh->id & CMX_BUFF_MASK);
1222 if (((dsp->rx_W-dsp->rx_R) & CMX_BUFF_MASK) >= CMX_BUFF_HALF) {
1232 dsp->rx_W = (dsp->rx_R + dsp->cmx_delay)
1235 dsp->rx_W
[all...]
H A Ddsp.h197 int rx_W; /* current write pos for data without timestamp */ member in struct:dsp
H A Ddsp_core.c384 dsp->rx_W = 0;
839 /* rx_W and rx_R will be adjusted on first frame */
840 dsp->rx_W = 0;

Completed in 212 milliseconds