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