Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/isdn/mISDN/
Ddsp_cmx.c249 dsp->rx_W = 0; in dsp_cmx_add_conf_member()
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()
1219 dsp->rx_W = dsp->cmx_delay; in dsp_cmx_receive()
1221 dsp->rx_W = dsp_poll >> 1; in dsp_cmx_receive()
1226 dsp->rx_W = (hh->id & CMX_BUFF_MASK); in dsp_cmx_receive()
1233 if (((dsp->rx_W-dsp->rx_R) & CMX_BUFF_MASK) >= CMX_BUFF_HALF) { 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()
1251 dsp->rx_W = dsp->cmx_delay; in dsp_cmx_receive()
[all …]
Ddsp.h197 int rx_W; /* current write pos for data without timestamp */ member
Ddsp_core.c384 dsp->rx_W = 0; in dsp_control_req()
840 dsp->rx_W = 0; in dsp_function()