Lines Matching defs:slotbase
561 int slotbase, rc;
569 slotbase = edev->base_addr + EISA_VENDOR_ID_OFFSET;
570 if (!request_region(slotbase, SLOTSIZE, "aha1740")) /* See if in use */
572 if (!aha1740_test_port(slotbase))
574 aha1740_getconfig(slotbase,&irq_level,&irq_type,&translation);
575 if ((inb(G2STAT(slotbase)) &
578 outb(G2CNTRL_HRST, G2CNTRL(slotbase));
579 outb(0, G2CNTRL(slotbase));
582 edev->slot, slotbase, irq_level, irq_type ? "edge" : "level");
591 shpnt->io_port = slotbase;
631 release_region(slotbase, SLOTSIZE);