Home
last modified time | relevance | path

Searched refs:slotbase (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/
Daha1740.c573 int slotbase, rc; in aha1740_probe() local
581 slotbase = edev->base_addr + EISA_VENDOR_ID_OFFSET; in aha1740_probe()
582 if (!request_region(slotbase, SLOTSIZE, "aha1740")) /* See if in use */ in aha1740_probe()
584 if (!aha1740_test_port(slotbase)) in aha1740_probe()
586 aha1740_getconfig(slotbase,&irq_level,&irq_type,&translation); in aha1740_probe()
587 if ((inb(G2STAT(slotbase)) & in aha1740_probe()
590 outb(G2CNTRL_HRST, G2CNTRL(slotbase)); in aha1740_probe()
591 outb(0, G2CNTRL(slotbase)); in aha1740_probe()
594 edev->slot, slotbase, irq_level, irq_type ? "edge" : "level"); in aha1740_probe()
603 shpnt->io_port = slotbase; in aha1740_probe()
[all …]