Lines Matching refs:mvme147_shost
88 static struct Scsi_Host *mvme147_shost; variable
99 mvme147_shost = scsi_host_alloc(&mvme147_host_template, in mvme147_init()
101 if (!mvme147_shost) in mvme147_init()
103 mvme147_shost->base = 0xfffe4000; in mvme147_init()
104 mvme147_shost->irq = MVME147_IRQ_SCSI_PORT; in mvme147_init()
109 hdata = shost_priv(mvme147_shost); in mvme147_init()
114 wd33c93_init(mvme147_shost, regs, dma_setup, dma_stop, WD33C93_FS_8_10); in mvme147_init()
117 "MVME147 SCSI PORT", mvme147_shost); in mvme147_init()
121 "MVME147 SCSI DMA", mvme147_shost); in mvme147_init()
136 error = scsi_add_host(mvme147_shost, NULL); in mvme147_init()
139 scsi_scan_host(mvme147_shost); in mvme147_init()
143 free_irq(MVME147_IRQ_SCSI_PORT, mvme147_shost); in mvme147_init()
145 scsi_host_put(mvme147_shost); in mvme147_init()
152 scsi_remove_host(mvme147_shost); in mvme147_exit()
155 free_irq(MVME147_IRQ_SCSI_PORT, mvme147_shost); in mvme147_exit()
156 free_irq(MVME147_IRQ_SCSI_DMA, mvme147_shost); in mvme147_exit()
158 scsi_host_put(mvme147_shost); in mvme147_exit()