Searched refs:FLG_HDLC (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | mISDNhw.h | 47 #define FLG_HDLC 13 /* channel use hdlc data */ macro
|
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A D | mISDNipac.c | 1230 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode() 1245 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode() 1266 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode() 1281 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode() 1302 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode() 1317 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
|
H A D | netjet.c | 217 test_and_clear_bit(FLG_HDLC, &bc->bch.Flags); in mode_tiger() 238 test_and_set_bit(FLG_HDLC, &bc->bch.Flags); in mode_tiger() 551 if (test_bit(FLG_HDLC, &bc->bch.Flags) && !fillempty) { in fill_dma() 640 if (test_bit(FLG_HDLC, &bc->bch.Flags)) { in send_tiger_bc()
|
H A D | avmfritz.c | 359 test_and_clear_bit(FLG_HDLC, &bch->Flags); in modehdlc() 380 test_and_set_bit(FLG_HDLC, &bch->Flags); in modehdlc() 465 if (test_bit(FLG_HDLC, &bch->Flags)) in hdlc_fill_fifo()
|
H A D | w6692.c | 505 else if (test_bit(FLG_HDLC, &wch->bch.Flags)) in W6692_fill_Bfifo() 602 test_and_clear_bit(FLG_HDLC, &wch->bch.Flags); in w6692_mode() 621 test_and_set_bit(FLG_HDLC, &wch->bch.Flags); in w6692_mode() 667 if (test_bit(FLG_HDLC, &wch->bch.Flags)) { in W6692B_interrupt()
|
H A D | hfcmulti.c | 1954 if (dch || test_bit(FLG_HDLC, &bch->Flags)) { in hfcmulti_tx() 2013 if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && in hfcmulti_tx() 2048 && !test_bit(FLG_HDLC, &bch->Flags) && z2 == z1) { in hfcmulti_tx() 2058 if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && (!*txpending) in hfcmulti_tx() 2092 if (dch || test_bit(FLG_HDLC, &bch->Flags)) in hfcmulti_tx() 2118 if (dch || test_bit(FLG_HDLC, &bch->Flags)) { in hfcmulti_tx() 2189 if (dch || test_bit(FLG_HDLC, &bch->Flags)) { in hfcmulti_rx() 2209 if ((dch || test_bit(FLG_HDLC, &bch->Flags)) && f1 != f2) in hfcmulti_rx() 2244 if (dch || test_bit(FLG_HDLC, &bch->Flags)) { in hfcmulti_rx() 2971 test_and_clear_bit(FLG_HDLC, &hc->chan[ch].bch->Flags); in mode_hfcmulti() [all …]
|
H A D | hfcsusb.c | 707 clear_bit(FLG_HDLC, &bch->Flags); in hfcsusb_setup_bch() 717 set_bit(FLG_HDLC, &bch->Flags); in hfcsusb_setup_bch() 852 hdlc = test_bit(FLG_HDLC, &fifo->bch->Flags); in hfcsusb_rx_frame() 1185 hdlc = test_bit(FLG_HDLC, &fifo->bch->Flags); in tx_iso_complete()
|
H A D | mISDNisar.c | 1281 test_and_clear_bit(FLG_HDLC, &ch->bch.Flags); in modeisar() 1297 test_and_set_bit(FLG_HDLC, &ch->bch.Flags); in modeisar()
|
H A D | hfcpci.c | 1311 test_and_clear_bit(FLG_HDLC, &bch->Flags); in mode_hfcpci() 1376 test_and_set_bit(FLG_HDLC, &bch->Flags); in mode_hfcpci()
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | hwchannel.c | 59 test_and_set_bit(FLG_HDLC, &ch->Flags); in mISDN_initdchannel()
|