Home
last modified time | relevance | path

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

/linux/include/linux/
H A DmISDNhw.h66 #define FLG_TX_EMPTY 27 macro
/linux/drivers/isdn/hardware/mISDN/
H A Davmfritz.c451 if (!test_bit(FLG_TX_EMPTY, &bch->Flags)) in hdlc_fill_fifo()
516 test_and_clear_bit(FLG_TX_EMPTY, &bch->Flags); in HDLC_irq_xpr()
517 } else if (test_bit(FLG_TX_EMPTY, &bch->Flags)) { in HDLC_irq_xpr()
584 test_and_set_bit(FLG_TX_EMPTY, &bch->Flags); in HDLC_irq()
H A Dnetjet.c535 if (!test_bit(FLG_TX_EMPTY, &bc->bch.Flags)) in fill_dma()
612 test_and_clear_bit(FLG_TX_EMPTY, &bc->bch.Flags); in bc_next_frame()
613 } else if (test_bit(FLG_TX_EMPTY, &bc->bch.Flags)) { in bc_next_frame()
616 test_and_set_bit(FLG_TX_EMPTY, &bc->bch.Flags); in bc_next_frame()
H A Dw6692.c493 if (!test_bit(FLG_TX_EMPTY, &wch->bch.Flags)) in W6692_fill_Bfifo()
641 test_and_clear_bit(FLG_TX_EMPTY, &wch->bch.Flags); in send_next()
642 } else if (test_bit(FLG_TX_EMPTY, &wch->bch.Flags)) { in send_next()
761 test_and_set_bit(FLG_TX_EMPTY, &wch->bch.Flags); in W6692B_interrupt()
H A DmISDNisar.c586 if (!test_bit(FLG_TX_EMPTY, &ch->bch.Flags) || in isar_fill_fifo()
696 test_and_clear_bit(FLG_TX_EMPTY, &ch->bch.Flags); in send_next()
697 } else if (test_bit(FLG_TX_EMPTY, &ch->bch.Flags)) { in send_next()
714 test_and_set_bit(FLG_TX_EMPTY, &ch->bch.Flags); in send_next()
H A DmISDNipac.c969 if (!test_bit(FLG_TX_EMPTY, &hscx->bch.Flags)) in hscx_fill_fifo()
1016 test_and_clear_bit(FLG_TX_EMPTY, &hx->bch.Flags); in hscx_xpr()
1017 } else if (test_bit(FLG_TX_EMPTY, &hx->bch.Flags)) { in hscx_xpr()
1137 test_and_set_bit(FLG_TX_EMPTY, &hx->bch.Flags); in ipac_irq()
/linux/drivers/isdn/mISDN/
H A Dhwchannel.c135 test_and_clear_bit(FLG_TX_EMPTY, &ch->Flags); in mISDN_clear_bchannel()