Searched refs:TX_IDLE (Results 1 – 5 of 5) sorted by relevance
56 #define TX_IDLE 0x0002 macro229 bc->txstate = TX_INIT | TX_IDLE; in mode_tiger()243 bc->txstate = TX_INIT | TX_IDLE; in mode_tiger()499 if (bc->txstate & (TX_IDLE | TX_INIT | TX_UNDERRUN)) in fill_hdlc_flag()549 if (bc->txstate & (TX_IDLE | TX_INIT | TX_UNDERRUN)) in fill_dma()646 if (!(bc->txstate & (TX_IDLE | TX_INIT))) { in send_tiger_bc()649 bc->txstate |= TX_IDLE; in send_tiger_bc()
159 TX_IDLE, enumerator441 s->txp->state = TX_IDLE; in lan9118_reset()752 case TX_IDLE: in tx_fifo_push()831 s->txp->state = TX_IDLE; in tx_fifo_push()1096 s->txp->state = TX_IDLE; in lan9118_writel()
190 #define TX_IDLE 0 /* No transaction */ macro401 case TX_IDLE: in meson_ao_cec_irq_tx()
1717 while ((stv0900_get_bits(intp, TX_IDLE) != 1) && (i < 10)) { in stv0900_diseqc_send()
727 #define TX_IDLE shiftx(F0900_P1_TX_IDLE, demod, 0x100000) macro