Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/isdn/mISDN/
Ddsp_cmx.c1210 if (dsp->cmx_delay) in dsp_cmx_receive()
1211 dsp->rx_W = (dsp->rx_R + dsp->cmx_delay) in dsp_cmx_receive()
1218 if (dsp->cmx_delay) in dsp_cmx_receive()
1219 dsp->rx_W = dsp->cmx_delay; in dsp_cmx_receive()
1242 if (dsp->cmx_delay) in dsp_cmx_receive()
1243 dsp->rx_W = (dsp->rx_R + dsp->cmx_delay) in dsp_cmx_receive()
1250 if (dsp->cmx_delay) in dsp_cmx_receive()
1251 dsp->rx_W = dsp->cmx_delay; in dsp_cmx_receive()
1258 if (dsp->cmx_delay) in dsp_cmx_receive()
1260 (dsp->cmx_delay << 1)) { in dsp_cmx_receive()
[all …]
Ddsp_core.c510 dsp->cmx_delay = (*((int *)data)) << 3; in dsp_control_req()
512 if (dsp->cmx_delay >= (CMX_BUFF_HALF >> 1)) in dsp_control_req()
515 dsp->cmx_delay = (CMX_BUFF_HALF >> 1) - 1; in dsp_control_req()
519 __func__, dsp->cmx_delay); in dsp_control_req()
527 dsp->cmx_delay = 0; in dsp_control_req()
Ddsp.h207 int cmx_delay; /* initial delay of buffers, member