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

/drivers/isdn/hardware/avm/
H A Davmcard.h253 static inline int b1_tx_empty(unsigned int base) function
260 while (!b1_tx_empty(base));
267 while (!b1_tx_empty(base) && time_before(jiffies, stop));
268 if (!b1_tx_empty(base)) return -1;
H A Db1.c253 if (b1_tx_empty(base))
256 if (!b1_tx_empty(base)) {
H A Db1dma.c657 if (b1_tx_empty(base))
660 if (!b1_tx_empty(base)) {

Completed in 100 milliseconds