Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Daha1740.c554 int slotbase, rc; in aha1740_probe() local
562 slotbase = edev->base_addr + EISA_VENDOR_ID_OFFSET; in aha1740_probe()
563 if (!request_region(slotbase, SLOTSIZE, "aha1740")) /* See if in use */ in aha1740_probe()
565 if (!aha1740_test_port(slotbase)) in aha1740_probe()
567 aha1740_getconfig(slotbase,&irq_level,&irq_type,&translation); in aha1740_probe()
568 if ((inb(G2STAT(slotbase)) & in aha1740_probe()
571 outb(G2CNTRL_HRST, G2CNTRL(slotbase)); in aha1740_probe()
572 outb(0, G2CNTRL(slotbase)); in aha1740_probe()
575 edev->slot, slotbase, irq_level, irq_type ? "edge" : "level"); in aha1740_probe()
584 shpnt->io_port = slotbase; in aha1740_probe()
[all …]