Home
last modified time | relevance | path

Searched refs:TX_IDLE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dnetjet.c56 #define TX_IDLE 0x0002 macro
229 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()
/openbmc/qemu/hw/net/
H A Dlan9118.c159 TX_IDLE, enumerator
441 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()
/openbmc/linux/drivers/media/cec/platform/meson/
H A Dao-cec.c190 #define TX_IDLE 0 /* No transaction */ macro
401 case TX_IDLE: in meson_ao_cec_irq_tx()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv0900_core.c1717 while ((stv0900_get_bits(intp, TX_IDLE) != 1) && (i < 10)) { in stv0900_diseqc_send()
H A Dstv0900_reg.h727 #define TX_IDLE shiftx(F0900_P1_TX_IDLE, demod, 0x100000) macro