Searched refs:bswapped (Results 1 - 4 of 4) 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_sx.c373 cs->hw.hfcsx.bswapped = 0; /* no exchange */
487 skb = read_fifo(cs, ((bcs->channel) && (!cs->hw.hfcsx.bswapped)) ?
535 ((bcs->channel) && (!cs->hw.hfcsx.bswapped)) ?
618 if ((cs->chanlimit > 1) || (cs->hw.hfcsx.bswapped) ||
748 if (!(bcs = Sel_BCS(cs, cs->hw.hfcsx.bswapped ? 1 : 0))) {
764 if (!(bcs = Sel_BCS(cs, cs->hw.hfcsx.bswapped ? 1 : 0))) {
1042 cs->hw.hfcsx.bswapped = 0; /* B1 and B2 normal mode */
1047 cs->hw.hfcsx.bswapped = 1; /* B1 and B2 exchanged */
1050 cs->hw.hfcsx.bswapped = 0; /* B1 and B2 normal mode */
1055 cs->hw.hfcsx.bswapped
[all...]
H A Dhfc_pci.c121 cs->hw.hfcpci.bswapped = 0; /* no exchange */
461 if ((bcs->channel) && (!cs->hw.hfcpci.bswapped)) {
603 if ((bcs->channel) && (!cs->hw.hfcpci.bswapped)) {
794 if ((cs->chanlimit > 1) || (cs->hw.hfcpci.bswapped) ||
984 if (!(bcs = Sel_BCS(cs, cs->hw.hfcpci.bswapped ? 1 : 0))) {
1000 if (!(bcs = Sel_BCS(cs, cs->hw.hfcpci.bswapped ? 1 : 0))) {
1280 cs->hw.hfcpci.bswapped = 0; /* B1 and B2 normal mode */
1285 cs->hw.hfcpci.bswapped = 1; /* B1 and B2 exchanged */
1288 cs->hw.hfcpci.bswapped = 0; /* B1 and B2 normal mode */
1293 cs->hw.hfcpci.bswapped
[all...]
H A Dhisax.h701 unsigned char bswapped; member in struct:hfcPCI_hw
727 unsigned char bswapped; member in struct:hfcSX_hw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c108 unsigned char bswapped; member in struct:hfcPCI_hw
240 hc->hw.bswapped = 0; /* no exchange */
619 if ((bch->nr & 2) && (!hc->hw.bswapped)) {
766 if ((bch->nr & 2) && (!hc->hw.bswapped)) {
1203 bch = Sel_BCS(hc, hc->hw.bswapped ? 2 : 1);
1217 bch = Sel_BCS(hc, hc->hw.bswapped ? 2 : 1);
1278 hc->hw.bswapped = 0; /* B1 and B2 normal mode */
1283 hc->hw.bswapped = 1; /* B1 and B2 exchanged */
1286 hc->hw.bswapped = 0; /* B1 and B2 normal mode */
1291 hc->hw.bswapped
[all...]

Completed in 90 milliseconds