Lines Matching refs:edev
73 struct eisa_device *edev; member
114 shpnt->io_port, shpnt->irq, host->edev->slot, in aha1740_show_info()
219 struct eisa_device *edev; in aha1740_intr_handle() local
226 edev = HOSTDATA(host)->edev; in aha1740_intr_handle()
258 dma_free_coherent (&edev->dev, in aha1740_intr_handle()
384 SCpnt->host_scribble = dma_alloc_coherent (&host->edev->dev, in aha1740_queuecommand_lck()
557 struct eisa_device *edev = to_eisa_device (dev); in aha1740_probe() local
561 slotbase = edev->base_addr + EISA_VENDOR_ID_OFFSET; in aha1740_probe()
574 edev->slot, slotbase, irq_level, irq_type ? "edge" : "level"); in aha1740_probe()
588 host->edev = edev; in aha1740_probe()
590 host->ecb_dma_addr = dma_map_single (&edev->dev, host->ecb, in aha1740_probe()
607 eisa_set_drvdata (edev, shpnt); in aha1740_probe()
619 dma_unmap_single (&edev->dev, host->ecb_dma_addr, in aha1740_probe()