Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/isdn/mISDN/
Ddsp_cmx.c1199 if (dsp->cmx_delay) in dsp_cmx_receive()
1200 dsp->rx_W = (dsp->rx_R + dsp->cmx_delay) in dsp_cmx_receive()
1207 if (dsp->cmx_delay) in dsp_cmx_receive()
1208 dsp->rx_W = dsp->cmx_delay; in dsp_cmx_receive()
1231 if (dsp->cmx_delay) in dsp_cmx_receive()
1232 dsp->rx_W = (dsp->rx_R + dsp->cmx_delay) in dsp_cmx_receive()
1239 if (dsp->cmx_delay) in dsp_cmx_receive()
1240 dsp->rx_W = dsp->cmx_delay; in dsp_cmx_receive()
1247 if (dsp->cmx_delay) in dsp_cmx_receive()
1249 (dsp->cmx_delay << 1)) { in dsp_cmx_receive()
[all …]
Ddsp_core.c511 dsp->cmx_delay = (*((int *)data)) << 3; in dsp_control_req()
513 if (dsp->cmx_delay >= (CMX_BUFF_HALF >> 1)) in dsp_control_req()
516 dsp->cmx_delay = (CMX_BUFF_HALF >> 1) - 1; in dsp_control_req()
520 __func__, dsp->cmx_delay); in dsp_control_req()
528 dsp->cmx_delay = 0; in dsp_control_req()
Ddsp.h207 int cmx_delay; /* initial delay of buffers, member