Lines Matching defs:ioport
22 #include <linux/ioport.h>
54 * 3. Add module_param to override ISA/VLB ioport array
2282 ushort ioport; /* I/O Port address. */
10958 boardp->ioport = iop;
11474 int ioport = _asc_def_iop_base[id];
11476 release_region(ioport, ASC_IOADR_GAP);
11602 int i, ioport, irq = 0;
11611 ioport = edev->base_addr + 0xc30;
11614 for (i = 0; i < 2; i++, ioport += 0x20) {
11617 if (!request_region(ioport, ASC_IOADR_GAP, DRV_NAME)) {
11618 printk(KERN_WARNING "Region %x-%x busy\n", ioport,
11619 ioport + ASC_IOADR_GAP - 1);
11622 if (!AscFindSignature(ioport)) {
11623 release_region(ioport, ASC_IOADR_GAP);
11634 inw(ioport + 4);
11649 err = advansys_board_found(shost, ioport, ASC_IS_EISA);
11657 release_region(ioport, ASC_IOADR_GAP);
11680 int ioport;
11684 ioport = shost->io_port;
11686 release_region(ioport, ASC_IOADR_GAP);
11737 int err, ioport;
11754 ioport = pci_resource_start(pdev, 0);
11772 err = advansys_board_found(shost, ioport, ASC_IS_PCI);