Home
last modified time | relevance | path

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

/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()
/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()
/linux/drivers/media/dvb-frontends/
H A Dstv0900_reg.h727 #define TX_IDLE shiftx(F0900_P1_TX_IDLE, demod, 0x100000) macro
H A Dstv0900_core.c1717 while ((stv0900_get_bits(intp, TX_IDLE) != 1) && (i < 10)) { in stv0900_diseqc_send()