Lines Matching refs:hscx

171 ReadHSCXfifo(struct IsdnCardState *cs, int hscx, u_char *data, int size)  in ReadHSCXfifo()  argument
176 read_fifo(cs->hw.gazel.hscxfifo[hscx], data, size); in ReadHSCXfifo()
180 read_fifo_ipac(cs->hw.gazel.ipac, hscx * 0x40, data, size); in ReadHSCXfifo()
186 WriteHSCXfifo(struct IsdnCardState *cs, int hscx, u_char *data, int size) in WriteHSCXfifo() argument
191 write_fifo(cs->hw.gazel.hscxfifo[hscx], data, size); in WriteHSCXfifo()
195 write_fifo_ipac(cs->hw.gazel.ipac, hscx * 0x40, data, size); in WriteHSCXfifo()
201 ReadHSCX(struct IsdnCardState *cs, int hscx, u_char offset) in ReadHSCX() argument
210 return (readreg(cs->hw.gazel.hscx[hscx], off2)); in ReadHSCX()
213 return (readreg_ipac(cs->hw.gazel.ipac, hscx * 0x40 + off2)); in ReadHSCX()
219 WriteHSCX(struct IsdnCardState *cs, int hscx, u_char offset, u_char value) in WriteHSCX() argument
228 writereg(cs->hw.gazel.hscx[hscx], off2, value); in WriteHSCX()
232 writereg_ipac(cs->hw.gazel.ipac, hscx * 0x40 + off2, value); in WriteHSCX()
331 release_region(i + cs->hw.gazel.hscx[0], 16); in release_io_gazel()
332 release_region(0xC000 + cs->hw.gazel.hscx[0], 1); in release_io_gazel()
336 release_region(cs->hw.gazel.hscx[0], 0x100); in release_io_gazel()
424 cs->bcs[i].hw.hscx.tsaxr0 = 0x1f; in Gazel_card_msg()
425 cs->bcs[i].hw.hscx.tsaxr1 = 0x23; in Gazel_card_msg()
443 base = cs->hw.gazel.hscx[0]; in reserve_regions()
459 if (!request_region(adr = cs->hw.gazel.hscx[0], len = 0x100, "gazel")) in reserve_regions()
462 release_region(cs->hw.gazel.hscx[0], 0x100); in reserve_regions()
506 cs->hw.gazel.hscx[0] = card->para[1]; in setup_gazelisa()
507 cs->hw.gazel.hscx[1] = card->para[1] + 0x4000; in setup_gazelisa()
510 cs->hw.gazel.hscxfifo[0] = cs->hw.gazel.hscx[0]; in setup_gazelisa()
511 cs->hw.gazel.hscxfifo[1] = cs->hw.gazel.hscx[1]; in setup_gazelisa()
522 cs->hw.gazel.hscx[0], cs->hw.gazel.hscx[1]); in setup_gazelisa()
591 cs->hw.gazel.hscx[0] = pci_ioaddr1; in setup_gazelpci()
592 cs->hw.gazel.hscx[1] = pci_ioaddr1 + 0x40; in setup_gazelpci()
594 cs->hw.gazel.hscxfifo[0] = cs->hw.gazel.hscx[0]; in setup_gazelpci()
595 cs->hw.gazel.hscxfifo[1] = cs->hw.gazel.hscx[1]; in setup_gazelpci()
609 cs->hw.gazel.hscx[0], cs->hw.gazel.hscx[1]); in setup_gazelpci()