Lines Matching defs:mvme147_shost
82 static struct Scsi_Host *mvme147_shost;
93 mvme147_shost = scsi_host_alloc(&mvme147_host_template,
95 if (!mvme147_shost)
97 mvme147_shost->base = 0xfffe4000;
98 mvme147_shost->irq = MVME147_IRQ_SCSI_PORT;
103 hdata = shost_priv(mvme147_shost);
108 wd33c93_init(mvme147_shost, regs, dma_setup, dma_stop, WD33C93_FS_8_10);
111 "MVME147 SCSI PORT", mvme147_shost);
115 "MVME147 SCSI DMA", mvme147_shost);
130 error = scsi_add_host(mvme147_shost, NULL);
133 scsi_scan_host(mvme147_shost);
137 free_irq(MVME147_IRQ_SCSI_PORT, mvme147_shost);
139 scsi_host_put(mvme147_shost);
146 scsi_remove_host(mvme147_shost);
149 free_irq(MVME147_IRQ_SCSI_PORT, mvme147_shost);
150 free_irq(MVME147_IRQ_SCSI_DMA, mvme147_shost);
152 scsi_host_put(mvme147_shost);