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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhfc_2bds0.c752 struct BCState *Sel_BCS(struct IsdnCardState *cs, int channel) function
794 if (!(bcs=Sel_BCS(cs, 0))) {
801 if (!(bcs=Sel_BCS(cs, 1))) {
808 if (!(bcs=Sel_BCS(cs, 0))) {
832 if (!(bcs=Sel_BCS(cs, 1))) {
H A Davm_pci.c164 struct BCState *Sel_BCS(struct IsdnCardState *cs, int channel) function
467 if (!(bcs = Sel_BCS(cs, 0))) {
481 if (!(bcs = Sel_BCS(cs, 1))) {
H A Dhfc_sx.c435 Sel_BCS(struct IsdnCardState *cs, int channel) function
749 if (!(bcs = Sel_BCS(cs, cs->hw.hfcsx.bswapped ? 1 : 0))) {
758 else if (!(bcs = Sel_BCS(cs, 1))) {
765 if (!(bcs = Sel_BCS(cs, cs->hw.hfcsx.bswapped ? 1 : 0))) {
789 if (!(bcs = Sel_BCS(cs, 1))) {
H A Dhfc_pci.c205 Sel_BCS(struct IsdnCardState *cs, int channel) function
990 if (!(bcs = Sel_BCS(cs, cs->hw.hfcpci.bswapped ? 1 : 0))) {
999 else if (!(bcs = Sel_BCS(cs, 1))) {
1006 if (!(bcs = Sel_BCS(cs, cs->hw.hfcpci.bswapped ? 1 : 0))) {
1030 if (!(bcs = Sel_BCS(cs, 1))) {

Completed in 130 milliseconds