Home
last modified time | relevance | path

Searched refs:FLG_TX_EMPTY (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/linux/
DmISDNhw.h75 #define FLG_TX_EMPTY 27 macro
/Linux-v4.19/drivers/isdn/hardware/mISDN/
Davmfritz.c463 if (!test_bit(FLG_TX_EMPTY, &bch->Flags)) in hdlc_fill_fifo()
529 test_and_clear_bit(FLG_TX_EMPTY, &bch->Flags); in HDLC_irq_xpr()
530 } else if (test_bit(FLG_TX_EMPTY, &bch->Flags)) { in HDLC_irq_xpr()
597 test_and_set_bit(FLG_TX_EMPTY, &bch->Flags); in HDLC_irq()
Dnetjet.c547 if (!test_bit(FLG_TX_EMPTY, &bc->bch.Flags)) in fill_dma()
625 test_and_clear_bit(FLG_TX_EMPTY, &bc->bch.Flags); in bc_next_frame()
626 } else if (test_bit(FLG_TX_EMPTY, &bc->bch.Flags)) { in bc_next_frame()
629 test_and_set_bit(FLG_TX_EMPTY, &bc->bch.Flags); in bc_next_frame()
Dw6692.c510 if (!test_bit(FLG_TX_EMPTY, &wch->bch.Flags)) in W6692_fill_Bfifo()
659 test_and_clear_bit(FLG_TX_EMPTY, &wch->bch.Flags); in send_next()
660 } else if (test_bit(FLG_TX_EMPTY, &wch->bch.Flags)) { in send_next()
779 test_and_set_bit(FLG_TX_EMPTY, &wch->bch.Flags); in W6692B_interrupt()
DmISDNisar.c599 if (!test_bit(FLG_TX_EMPTY, &ch->bch.Flags) || in isar_fill_fifo()
710 test_and_clear_bit(FLG_TX_EMPTY, &ch->bch.Flags); in send_next()
711 } else if (test_bit(FLG_TX_EMPTY, &ch->bch.Flags)) { in send_next()
728 test_and_set_bit(FLG_TX_EMPTY, &ch->bch.Flags); in send_next()
DmISDNipac.c984 if (!test_bit(FLG_TX_EMPTY, &hscx->bch.Flags)) in hscx_fill_fifo()
1032 test_and_clear_bit(FLG_TX_EMPTY, &hx->bch.Flags); in hscx_xpr()
1033 } else if (test_bit(FLG_TX_EMPTY, &hx->bch.Flags)) { in hscx_xpr()
1153 test_and_set_bit(FLG_TX_EMPTY, &hx->bch.Flags); in ipac_irq()
/Linux-v4.19/drivers/isdn/mISDN/
Dhwchannel.c144 test_and_clear_bit(FLG_TX_EMPTY, &ch->Flags); in mISDN_clear_bchannel()