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
230 bc->txstate = TX_INIT | TX_IDLE; in mode_tiger()
244 bc->txstate = TX_INIT | TX_IDLE; in mode_tiger()
500 if (bc->txstate & (TX_IDLE | TX_INIT | TX_UNDERRUN)) in fill_hdlc_flag()
550 if (bc->txstate & (TX_IDLE | TX_INIT | TX_UNDERRUN)) in fill_dma()
647 if (!(bc->txstate & (TX_IDLE | TX_INIT))) { in send_tiger_bc()
650 bc->txstate |= TX_IDLE; in send_tiger_bc()
/linux/drivers/net/can/rockchip/
H A Drockchip_canfd-core.c422 RKCAN_ERROR_CODE(reg_ec, TX_IDLE), in rkcanfd_handle_error_int_reg_ec()
/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()