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

/drivers/isdn/mISDN/
H A Ddsp.h200 int tx_W; /* current write pos for transmit data */ member in struct:dsp
H A Ddsp_cmx.c1328 dsp->tx_R == dsp->tx_W && /* AND no tx-data */
1372 tt = dsp->tx_W;
1387 dsp->tx_W = 0;
1762 delay = (dsp->tx_W-dsp->tx_R) & CMX_BUFF_MASK;
1871 w = dsp->tx_W;
1887 dsp->tx_W = ww;

Completed in 60 milliseconds