Searched refs:slotbase (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/scsi/ |
D | aha1740.c | 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() [all …]
|