Searched refs:Sel_BCS (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhfc_2bds0.c754 struct BCState *Sel_BCS(struct IsdnCardState *cs, int channel) function
796 if (!(bcs=Sel_BCS(cs, 0))) {
803 if (!(bcs=Sel_BCS(cs, 1))) {
810 if (!(bcs=Sel_BCS(cs, 0))) {
834 if (!(bcs=Sel_BCS(cs, 1))) {
H A Davm_pci.c164 struct BCState *Sel_BCS(struct IsdnCardState *cs, int channel) function
459 if (!(bcs = Sel_BCS(cs, 0))) {
473 if (!(bcs = Sel_BCS(cs, 1))) {
H A Dhfc_sx.c434 Sel_BCS(struct IsdnCardState *cs, int channel) function
748 if (!(bcs = Sel_BCS(cs, cs->hw.hfcsx.bswapped ? 1 : 0))) {
757 else if (!(bcs = Sel_BCS(cs, 1))) {
764 if (!(bcs = Sel_BCS(cs, cs->hw.hfcsx.bswapped ? 1 : 0))) {
788 if (!(bcs = Sel_BCS(cs, 1))) {
H A Dhfc_pci.c203 Sel_BCS(struct IsdnCardState *cs, int channel) function
984 if (!(bcs = Sel_BCS(cs, cs->hw.hfcpci.bswapped ? 1 : 0))) {
993 else if (!(bcs = Sel_BCS(cs, 1))) {
1000 if (!(bcs = Sel_BCS(cs, cs->hw.hfcpci.bswapped ? 1 : 0))) {
1024 if (!(bcs = Sel_BCS(cs, 1))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c318 Sel_BCS(struct hfc_pci *hc, int channel) function
1203 bch = Sel_BCS(hc, hc->hw.bswapped ? 2 : 1);
1210 bch = Sel_BCS(hc, 2);
1217 bch = Sel_BCS(hc, hc->hw.bswapped ? 2 : 1);
1224 bch = Sel_BCS(hc, 2);
2302 bch = Sel_BCS(hc, hc->hw.bswapped ? 2 : 1);
2307 bch = Sel_BCS(hc, hc->hw.bswapped ? 1 : 2);
H A Davmfritz.c256 Sel_BCS(struct fritzcard *fc, u32 channel) function
578 bch = Sel_BCS(fc, 1);
586 bch = Sel_BCS(fc, 2);

Completed in 187 milliseconds