Lines Matching refs:iobase
172 int iobase; member
204 outb(b, (a->iobase) + 4); in SetRegAddr()
210 return (inb((volatile u_int) (a->iobase + 4))); in GetRegAddr()
218 outb(c, a->iobase); in Write_hfc8()
224 outb(c, a->iobase); in fWrite_hfc8()
230 outl(c, a->iobase); in fWrite_hfc32()
237 return (inb((volatile u_int) a->iobase)); in Read_hfc8()
243 return (inb((volatile u_int) a->iobase)); in fRead_hfc8()
251 return (inw((volatile u_int) a->iobase)); in Read_hfc16()
257 return (inl((volatile u_int) a->iobase)); in fRead_hfc32()
264 while (inb((volatile u_int) a->iobase) & M_BUSY); in wait_busy()
1370 if (hw->iobase) in release_pci_ports()
1371 release_region(hw->iobase, 8); in release_pci_ports()
1453 hw->iobase, hw->irq); in setup_instance()
1496 hw->iobase = pci_resource_start(pdev, 0); in hfc4s8s_probe()
1498 if (!request_region(hw->iobase, 8, hw->card_name)) { in hfc4s8s_probe()
1501 hw->iobase); in hfc4s8s_probe()