Home
last modified time | relevance | path

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

/linux/drivers/isdn/mISDN/
H A Ddsp_cmx.c237 dsp->rx_init = 1; /* rx_W and rx_R will be adjusted on first frame */ in dsp_cmx_add_conf_member()
238 dsp->rx_W = 0; in dsp_cmx_add_conf_member()
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()
1208 dsp->rx_W = dsp->cmx_delay; in dsp_cmx_receive()
1210 dsp->rx_W = dsp_poll >> 1; in dsp_cmx_receive()
1215 dsp->rx_W = (hh->id & CMX_BUFF_MASK); in dsp_cmx_receive()
1222 if (((dsp->rx_W-dsp->rx_R) & CMX_BUFF_MASK) >= CMX_BUFF_HALF) { in dsp_cmx_receive()
1232 dsp->rx_W = (dsp->rx_R + dsp->cmx_delay) in dsp_cmx_receive()
1235 dsp->rx_W in dsp_cmx_receive()
[all...]
H A Ddsp.h197 int rx_W; /* current write pos for data without timestamp */ member
H A Ddsp_core.c385 dsp->rx_W = 0; in dsp_control_req()
841 dsp->rx_W = 0; in dsp_function()