Lines Matching defs:ioport
22 #include <linux/ioport.h>
54 * 3. Add module_param to override ISA/VLB ioport array
2263 ushort ioport; /* I/O Port address. */
10768 boardp->ioport = iop;
11192 int ioport = _asc_def_iop_base[id];
11194 release_region(ioport, ASC_IOADR_GAP);
11310 int i, ioport, irq = 0;
11319 ioport = edev->base_addr + 0xc30;
11322 for (i = 0; i < 2; i++, ioport += 0x20) {
11325 if (!request_region(ioport, ASC_IOADR_GAP, DRV_NAME)) {
11326 printk(KERN_WARNING "Region %x-%x busy\n", ioport,
11327 ioport + ASC_IOADR_GAP - 1);
11330 if (!AscFindSignature(ioport)) {
11331 release_region(ioport, ASC_IOADR_GAP);
11342 inw(ioport + 4);
11357 err = advansys_board_found(shost, ioport, ASC_IS_EISA);
11365 release_region(ioport, ASC_IOADR_GAP);
11388 int ioport;
11392 ioport = shost->io_port;
11394 release_region(ioport, ASC_IOADR_GAP);
11445 int err, ioport;
11462 ioport = pci_resource_start(pdev, 0);
11480 err = advansys_board_found(shost, ioport, ASC_IS_PCI);