• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hisax/

Lines Matching refs:base

460 	if (cs->hw.elsa.base)
461 release_region(cs->hw.elsa.base, bytecnt);
570 cs->hw.elsa.base+8);
571 release_region(cs->hw.elsa.base, 8);
572 if (!request_region(cs->hw.elsa.base, 16, "elsa isdn modem")) {
576 cs->hw.elsa.base + 8,
577 cs->hw.elsa.base + 16);
584 cs->hw.elsa.base+8);
585 release_region(cs->hw.elsa.base, 8);
586 if (!request_region(cs->hw.elsa.base, 16, "elsa isdn modem")) {
590 cs->hw.elsa.base + 8,
591 cs->hw.elsa.base + 16);
597 cs->hw.elsa.base+8);
868 cs->hw.elsa.base = card->para[0];
870 if (cs->hw.elsa.base) {
871 if (!(cs->subtyp = probe_elsa_adr(cs->hw.elsa.base,
875 cs->hw.elsa.base);
879 cs->hw.elsa.base = probe_elsa(cs);
880 if (cs->hw.elsa.base) {
881 cs->hw.elsa.cfg = cs->hw.elsa.base + ELSA_CONFIG;
882 cs->hw.elsa.ctrl = cs->hw.elsa.base + ELSA_CONTROL;
883 cs->hw.elsa.ale = cs->hw.elsa.base + ELSA_ALE;
884 cs->hw.elsa.isac = cs->hw.elsa.base + ELSA_ISAC;
885 cs->hw.elsa.itac = cs->hw.elsa.base + ELSA_ITAC;
886 cs->hw.elsa.hscx = cs->hw.elsa.base + ELSA_HSCX;
887 cs->hw.elsa.trig = cs->hw.elsa.base + ELSA_TRIG_IRQ;
888 cs->hw.elsa.timer = cs->hw.elsa.base + ELSA_START_TIMER;
914 cs->hw.elsa.base,
977 cs->hw.elsa.base = card->para[1];
984 cs->hw.elsa.cfg = cs->hw.elsa.base + ELSA_CONFIG;
985 cs->hw.elsa.ale = cs->hw.elsa.base + ELSA_ALE;
986 cs->hw.elsa.isac = cs->hw.elsa.base + ELSA_ISAC;
987 cs->hw.elsa.hscx = cs->hw.elsa.base + ELSA_HSCX;
988 cs->hw.elsa.trig = cs->hw.elsa.base + ELSA_TRIG_IRQ;
989 cs->hw.elsa.timer = cs->hw.elsa.base + ELSA_START_TIMER;
990 cs->hw.elsa.ctrl = cs->hw.elsa.base + ELSA_CONTROL;
994 cs->hw.elsa.base,
997 cs->hw.elsa.base = card->para[1];
999 val = readreg(cs->hw.elsa.base + 0, cs->hw.elsa.base + 2, IPAC_ID);
1002 cs->hw.elsa.ale = cs->hw.elsa.base + 0;
1003 cs->hw.elsa.isac = cs->hw.elsa.base + 2;
1004 cs->hw.elsa.hscx = cs->hw.elsa.base + 2;
1008 cs->hw.elsa.ale = cs->hw.elsa.base + ELSA_ALE_PCM;
1009 cs->hw.elsa.isac = cs->hw.elsa.base + ELSA_ISAC_PCM;
1010 cs->hw.elsa.hscx = cs->hw.elsa.base + ELSA_HSCX;
1019 cs->hw.elsa.base,
1031 cs->hw.elsa.base = pci_resource_start(dev_qs1000, 3);
1039 cs->hw.elsa.base = pci_resource_start(dev_qs3000, 3);
1049 if (!(cs->hw.elsa.base && cs->hw.elsa.cfg)) {
1053 if ((cs->hw.elsa.cfg & 0xff) || (cs->hw.elsa.base & 0xf)) {
1058 cs->hw.elsa.ale = cs->hw.elsa.base;
1059 cs->hw.elsa.isac = cs->hw.elsa.base +1;
1060 cs->hw.elsa.hscx = cs->hw.elsa.base +1;
1068 cs->hw.elsa.base,
1105 if (cs->typ != ISDN_CTYPE_ELSA_PCMCIA && !request_region(cs->hw.elsa.base, bytecnt, "elsa isdn")) {
1109 cs->hw.elsa.base,
1110 cs->hw.elsa.base + bytecnt);
1120 release_region(cs->hw.elsa.base, bytecnt);