• Home
  • Raw
  • Download

Lines Matching refs:hscx

169 ReadHSCXfifo(struct IsdnCardState *cs, int hscx, u_char *data, int size)  in ReadHSCXfifo()  argument
174 read_fifo(cs->hw.gazel.hscxfifo[hscx], data, size); in ReadHSCXfifo()
178 read_fifo_ipac(cs->hw.gazel.ipac, hscx * 0x40, data, size); in ReadHSCXfifo()
184 WriteHSCXfifo(struct IsdnCardState *cs, int hscx, u_char *data, int size) in WriteHSCXfifo() argument
189 write_fifo(cs->hw.gazel.hscxfifo[hscx], data, size); in WriteHSCXfifo()
193 write_fifo_ipac(cs->hw.gazel.ipac, hscx * 0x40, data, size); in WriteHSCXfifo()
199 ReadHSCX(struct IsdnCardState *cs, int hscx, u_char offset) in ReadHSCX() argument
207 return (readreg(cs->hw.gazel.hscx[hscx], off2)); in ReadHSCX()
210 return (readreg_ipac(cs->hw.gazel.ipac, hscx * 0x40 + off2)); in ReadHSCX()
216 WriteHSCX(struct IsdnCardState *cs, int hscx, u_char offset, u_char value) in WriteHSCX() argument
224 writereg(cs->hw.gazel.hscx[hscx], off2, value); in WriteHSCX()
228 writereg_ipac(cs->hw.gazel.ipac, hscx * 0x40 + off2, value); in WriteHSCX()
327 release_region(i + cs->hw.gazel.hscx[0], 16); in release_io_gazel()
328 release_region(0xC000 + cs->hw.gazel.hscx[0], 1); in release_io_gazel()
332 release_region(cs->hw.gazel.hscx[0], 0x100); in release_io_gazel()
420 cs->bcs[i].hw.hscx.tsaxr0 = 0x1f; in Gazel_card_msg()
421 cs->bcs[i].hw.hscx.tsaxr1 = 0x23; in Gazel_card_msg()
439 base = cs->hw.gazel.hscx[0]; in reserve_regions()
455 if (!request_region(adr = cs->hw.gazel.hscx[0], len = 0x100, "gazel")) in reserve_regions()
458 release_region(cs->hw.gazel.hscx[0], 0x100); in reserve_regions()
502 cs->hw.gazel.hscx[0] = card->para[1]; in setup_gazelisa()
503 cs->hw.gazel.hscx[1] = card->para[1] + 0x4000; in setup_gazelisa()
506 cs->hw.gazel.hscxfifo[0] = cs->hw.gazel.hscx[0]; in setup_gazelisa()
507 cs->hw.gazel.hscxfifo[1] = cs->hw.gazel.hscx[1]; in setup_gazelisa()
518 cs->hw.gazel.hscx[0], cs->hw.gazel.hscx[1]); in setup_gazelisa()
587 cs->hw.gazel.hscx[0] = pci_ioaddr1; in setup_gazelpci()
588 cs->hw.gazel.hscx[1] = pci_ioaddr1 + 0x40; in setup_gazelpci()
590 cs->hw.gazel.hscxfifo[0] = cs->hw.gazel.hscx[0]; in setup_gazelpci()
591 cs->hw.gazel.hscxfifo[1] = cs->hw.gazel.hscx[1]; in setup_gazelpci()
605 cs->hw.gazel.hscx[0], cs->hw.gazel.hscx[1]); in setup_gazelpci()