Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp_core.c184 int dsp_poll, dsp_tics; variable
1126 dsp_poll = poll; in dsp_init()
1127 if (dsp_poll) { in dsp_init()
1128 if (dsp_poll > MAX_POLL) { in dsp_init()
1134 if (dsp_poll < 8) { in dsp_init()
1136 "minimum.\n", __func__, dsp_poll); in dsp_init()
1154 dsp_poll = poll; in dsp_init()
1161 if (dsp_poll == 0) { in dsp_init()
1170 "%d jiffies.\n", dsp_poll, dsp_tics); in dsp_init()
H A Ddsp_cmx.c1160 sdelay = delay * 50 / (dsp_poll << 2); in showdelay()
1203 dsp->rx_W = (dsp->rx_R + (dsp_poll >> 1)) in dsp_cmx_receive()
1210 dsp->rx_W = dsp_poll >> 1; in dsp_cmx_receive()
1235 dsp->rx_W = (dsp->rx_R + (dsp_poll >> 1)) in dsp_cmx_receive()
1242 dsp->rx_W = dsp_poll >> 1; in dsp_cmx_receive()
1636 length = dsp_poll;
1770 if (delay > dsp_poll && !dsp->cmx_delay) {
1778 rr = (r + delay - (dsp_poll >> 1))
1801 if (delay > dsp_poll && dsp->tx_dejitter) {
1809 rr = (r + delay - (dsp_poll >> 1))
H A Ddsp.h37 extern int dsp_poll;