Searched refs:slotbase (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/scsi/ |
D | aha1740.c | 561 int slotbase, rc; in aha1740_probe() local 569 slotbase = edev->base_addr + EISA_VENDOR_ID_OFFSET; in aha1740_probe() 570 if (!request_region(slotbase, SLOTSIZE, "aha1740")) /* See if in use */ in aha1740_probe() 572 if (!aha1740_test_port(slotbase)) in aha1740_probe() 574 aha1740_getconfig(slotbase,&irq_level,&irq_type,&translation); in aha1740_probe() 575 if ((inb(G2STAT(slotbase)) & in aha1740_probe() 578 outb(G2CNTRL_HRST, G2CNTRL(slotbase)); in aha1740_probe() 579 outb(0, G2CNTRL(slotbase)); in aha1740_probe() 582 edev->slot, slotbase, irq_level, irq_type ? "edge" : "level"); in aha1740_probe() 591 shpnt->io_port = slotbase; in aha1740_probe() [all …]
|