Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/hardware/mISDN/
Dnetjet.c69 #define TX_IDLE 0x0002 macro
242 bc->txstate = TX_INIT | TX_IDLE; in mode_tiger()
256 bc->txstate = TX_INIT | TX_IDLE; in mode_tiger()
519 if (bc->txstate & (TX_IDLE | TX_INIT | TX_UNDERRUN)) in fill_hdlc_flag()
559 if (bc->txstate & (TX_IDLE | TX_INIT | TX_UNDERRUN)) in fill_dma()
637 if (!(bc->txstate & (TX_IDLE | TX_INIT))) { in send_tiger_bc()
640 bc->txstate |= TX_IDLE; in send_tiger_bc()
/linux-3.4.99/drivers/media/dvb/frontends/
Dstv0900_core.c1714 while ((stv0900_get_bits(intp, TX_IDLE) != 1) && (i < 10)) { in stv0900_diseqc_send()
Dstv0900_reg.h741 #define TX_IDLE shiftx(F0900_P1_TX_IDLE, demod, 0x100000) macro