Searched refs:Sel_BCS (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/isdn/hisax/ |
D | hfc_2bds0.c | 754 struct BCState *Sel_BCS(struct IsdnCardState *cs, int channel) in Sel_BCS() function 796 if (!(bcs = Sel_BCS(cs, 0))) { in hfc2bds0_interrupt() 803 if (!(bcs = Sel_BCS(cs, 1))) { in hfc2bds0_interrupt() 810 if (!(bcs = Sel_BCS(cs, 0))) { in hfc2bds0_interrupt() 834 if (!(bcs = Sel_BCS(cs, 1))) { in hfc2bds0_interrupt()
|
D | hfc_sx.c | 436 Sel_BCS(struct IsdnCardState *cs, int channel) in Sel_BCS() function 750 if (!(bcs = Sel_BCS(cs, cs->hw.hfcsx.bswapped ? 1 : 0))) { in hfcsx_interrupt() 759 else if (!(bcs = Sel_BCS(cs, 1))) { in hfcsx_interrupt() 766 if (!(bcs = Sel_BCS(cs, cs->hw.hfcsx.bswapped ? 1 : 0))) { in hfcsx_interrupt() 790 if (!(bcs = Sel_BCS(cs, 1))) { in hfcsx_interrupt()
|
D | avm_pci.c | 164 struct BCState *Sel_BCS(struct IsdnCardState *cs, int channel) in Sel_BCS() function 461 if (!(bcs = Sel_BCS(cs, 0))) { in HDLC_irq_main() 475 if (!(bcs = Sel_BCS(cs, 1))) { in HDLC_irq_main()
|
D | hfc_pci.c | 204 Sel_BCS(struct IsdnCardState *cs, int channel) in Sel_BCS() function 985 if (!(bcs = Sel_BCS(cs, cs->hw.hfcpci.bswapped ? 1 : 0))) { in hfcpci_interrupt() 994 else if (!(bcs = Sel_BCS(cs, 1))) { in hfcpci_interrupt() 1001 if (!(bcs = Sel_BCS(cs, cs->hw.hfcpci.bswapped ? 1 : 0))) { in hfcpci_interrupt() 1025 if (!(bcs = Sel_BCS(cs, 1))) { in hfcpci_interrupt()
|
/Linux-v4.19/drivers/isdn/hardware/mISDN/ |
D | hfcpci.c | 320 Sel_BCS(struct hfc_pci *hc, int channel) in Sel_BCS() function 1203 bch = Sel_BCS(hc, hc->hw.bswapped ? 2 : 1); in hfcpci_int() 1210 bch = Sel_BCS(hc, 2); in hfcpci_int() 1217 bch = Sel_BCS(hc, hc->hw.bswapped ? 2 : 1); in hfcpci_int() 1224 bch = Sel_BCS(hc, 2); in hfcpci_int() 2278 bch = Sel_BCS(hc, hc->hw.bswapped ? 2 : 1); in _hfcpci_softirq() 2283 bch = Sel_BCS(hc, hc->hw.bswapped ? 1 : 2); in _hfcpci_softirq()
|
D | avmfritz.c | 261 Sel_BCS(struct fritzcard *fc, u32 channel) in Sel_BCS() function 617 bch = Sel_BCS(fc, 1); in HDLC_irq_main() 625 bch = Sel_BCS(fc, 2); in HDLC_irq_main()
|