Searched refs:Sel_BCS (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/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 | 435 Sel_BCS(struct IsdnCardState *cs, int channel) in Sel_BCS() function 749 if (!(bcs = Sel_BCS(cs, cs->hw.hfcsx.bswapped ? 1 : 0))) { in hfcsx_interrupt() 758 else if (!(bcs = Sel_BCS(cs, 1))) { in hfcsx_interrupt() 765 if (!(bcs = Sel_BCS(cs, cs->hw.hfcsx.bswapped ? 1 : 0))) { in hfcsx_interrupt() 789 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 459 if (!(bcs = Sel_BCS(cs, 0))) { in HDLC_irq_main() 473 if (!(bcs = Sel_BCS(cs, 1))) { in HDLC_irq_main()
|
D | hfc_pci.c | 203 Sel_BCS(struct IsdnCardState *cs, int channel) in Sel_BCS() function 984 if (!(bcs = Sel_BCS(cs, cs->hw.hfcpci.bswapped ? 1 : 0))) { in hfcpci_interrupt() 993 else if (!(bcs = Sel_BCS(cs, 1))) { in hfcpci_interrupt() 1000 if (!(bcs = Sel_BCS(cs, cs->hw.hfcpci.bswapped ? 1 : 0))) { in hfcpci_interrupt() 1024 if (!(bcs = Sel_BCS(cs, 1))) { in hfcpci_interrupt()
|
/linux-2.6.39/drivers/isdn/hardware/mISDN/ |
D | hfcpci.c | 318 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() 2302 bch = Sel_BCS(hc, hc->hw.bswapped ? 2 : 1); in _hfcpci_softirq() 2307 bch = Sel_BCS(hc, hc->hw.bswapped ? 1 : 2); in _hfcpci_softirq()
|
D | avmfritz.c | 256 Sel_BCS(struct fritzcard *fc, u32 channel) in Sel_BCS() function 578 bch = Sel_BCS(fc, 1); in HDLC_irq_main() 586 bch = Sel_BCS(fc, 2); in HDLC_irq_main()
|