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