slotbase 553 drivers/scsi/aha1740.c int slotbase, rc; slotbase 561 drivers/scsi/aha1740.c slotbase = edev->base_addr + EISA_VENDOR_ID_OFFSET; slotbase 562 drivers/scsi/aha1740.c if (!request_region(slotbase, SLOTSIZE, "aha1740")) /* See if in use */ slotbase 564 drivers/scsi/aha1740.c if (!aha1740_test_port(slotbase)) slotbase 566 drivers/scsi/aha1740.c aha1740_getconfig(slotbase,&irq_level,&irq_type,&translation); slotbase 567 drivers/scsi/aha1740.c if ((inb(G2STAT(slotbase)) & slotbase 570 drivers/scsi/aha1740.c outb(G2CNTRL_HRST, G2CNTRL(slotbase)); slotbase 571 drivers/scsi/aha1740.c outb(0, G2CNTRL(slotbase)); slotbase 574 drivers/scsi/aha1740.c edev->slot, slotbase, irq_level, irq_type ? "edge" : "level"); slotbase 583 drivers/scsi/aha1740.c shpnt->io_port = slotbase; slotbase 624 drivers/scsi/aha1740.c release_region(slotbase, SLOTSIZE);