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

/linux-master/drivers/isdn/mISDN/
H A Ddsp.h200 int tx_W; /* current write pos for transmit data */ member in struct:dsp
H A Ddsp_cmx.c1317 dsp->tx_R == dsp->tx_W && /* AND no tx-data */
1361 tt = dsp->tx_W;
1376 dsp->tx_W = 0;
1750 delay = (dsp->tx_W-dsp->tx_R) & CMX_BUFF_MASK;
1859 w = dsp->tx_W;
1875 dsp->tx_W = ww;

Completed in 491 milliseconds