Searched refs:tx_R (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/isdn/mISDN/
H A Ddsp.h201 int tx_R; /* current read pos for transmit clock */ member in struct:dsp
H A Ddsp_cmx.c1317 dsp->tx_R == dsp->tx_W && /* AND no tx-data */
1360 t = dsp->tx_R; /* tx-pointers */
1375 dsp->tx_R = 0; /* clear tx buffer */
1396 dsp->tx_R = t;
1439 dsp->tx_R = t;
1500 dsp->tx_R = t;
1560 dsp->tx_R = t;
1750 delay = (dsp->tx_W-dsp->tx_R) & CMX_BUFF_MASK;
1808 r = dsp->tx_R;
1817 dsp->tx_R
[all...]

Completed in 111 milliseconds