Lines Matching refs:ipac
116 return (readreg_ipac(cs->hw.gazel.ipac, 0x80 + off2)); in ReadISAC()
135 writereg_ipac(cs->hw.gazel.ipac, 0x80 + off2, value); in WriteISAC()
150 read_fifo_ipac(cs->hw.gazel.ipac, 0x80, data, size); in ReadISACfifo()
165 write_fifo_ipac(cs->hw.gazel.ipac, 0x80, data, size); in WriteISACfifo()
180 read_fifo_ipac(cs->hw.gazel.ipac, hscx * 0x40, data, size); in ReadHSCXfifo()
195 write_fifo_ipac(cs->hw.gazel.ipac, hscx * 0x40, data, size); in WriteHSCXfifo()
213 return (readreg_ipac(cs->hw.gazel.ipac, hscx * 0x40 + off2)); in ReadHSCX()
232 writereg_ipac(cs->hw.gazel.ipac, hscx * 0x40 + off2, value); in WriteHSCX()
341 release_region(cs->hw.gazel.ipac, 0x8); in release_io_gazel()
346 release_region(cs->hw.gazel.ipac, 8); in release_io_gazel()
468 if (!request_region(adr = cs->hw.gazel.ipac, len = 0x8, "gazel")) in reserve_regions()
471 release_region(cs->hw.gazel.ipac, 8); in reserve_regions()
477 if (!request_region(adr = cs->hw.gazel.ipac, len = 0x8, "gazel")) in reserve_regions()
504 cs->hw.gazel.ipac = card->para[1]; in setup_gazelisa()
530 cs->irq, cs->hw.gazel.ipac); in setup_gazelisa()
589 cs->hw.gazel.ipac = pci_ioaddr1; in setup_gazelpci()
619 cs->irq, cs->hw.gazel.ipac, cs->hw.gazel.cfg_reg); in setup_gazelpci()