Lines Matching refs:ipac
115 return (readreg_ipac(cs->hw.gazel.ipac, 0x80 + off2)); in ReadISAC()
133 writereg_ipac(cs->hw.gazel.ipac, 0x80 + off2, value); in WriteISAC()
148 read_fifo_ipac(cs->hw.gazel.ipac, 0x80, data, size); in ReadISACfifo()
163 write_fifo_ipac(cs->hw.gazel.ipac, 0x80, data, size); in WriteISACfifo()
178 read_fifo_ipac(cs->hw.gazel.ipac, hscx * 0x40, data, size); in ReadHSCXfifo()
193 write_fifo_ipac(cs->hw.gazel.ipac, hscx * 0x40, data, size); in WriteHSCXfifo()
210 return (readreg_ipac(cs->hw.gazel.ipac, hscx * 0x40 + off2)); in ReadHSCX()
228 writereg_ipac(cs->hw.gazel.ipac, hscx * 0x40 + off2, value); in WriteHSCX()
337 release_region(cs->hw.gazel.ipac, 0x8); in release_io_gazel()
342 release_region(cs->hw.gazel.ipac, 8); in release_io_gazel()
464 if (!request_region(adr = cs->hw.gazel.ipac, len = 0x8, "gazel")) in reserve_regions()
467 release_region(cs->hw.gazel.ipac, 8); in reserve_regions()
473 if (!request_region(adr = cs->hw.gazel.ipac, len = 0x8, "gazel")) in reserve_regions()
500 cs->hw.gazel.ipac = card->para[1]; in setup_gazelisa()
526 cs->irq, cs->hw.gazel.ipac); in setup_gazelisa()
585 cs->hw.gazel.ipac = pci_ioaddr1; in setup_gazelpci()
615 cs->irq, cs->hw.gazel.ipac, cs->hw.gazel.cfg_reg); in setup_gazelpci()