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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Di2ellis.c770 // Function: iiWaitForTxEmptyII(pB, mSdelay)
772 // mSdelay - period to wait before returning
780 // Waits up to "mSdelay" milliseconds for the outgoing FIFO to become empty; if
784 // mSdelay == 0 is taken to mean must be empty on the first test.
794 iiWaitForTxEmptyII(i2eBordStrPtr pB, int mSdelay) argument
836 if (mSdelay-- == 0)
845 // Function: iiWaitForTxEmptyIIEX(pB, mSdelay)
847 // mSdelay - period to wait before returning
855 // Waits up to "mSdelay" milliseconds for the outgoing FIFO to become empty; if
859 // mSdelay
869 iiWaitForTxEmptyIIEX(i2eBordStrPtr pB, int mSdelay) argument
[all...]

Completed in 95 milliseconds