Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
Dmvme147.c82 static struct Scsi_Host *mvme147_shost; variable
93 mvme147_shost = scsi_host_alloc(&mvme147_host_template, in mvme147_init()
95 if (!mvme147_shost) in mvme147_init()
97 mvme147_shost->base = 0xfffe4000; in mvme147_init()
98 mvme147_shost->irq = MVME147_IRQ_SCSI_PORT; in mvme147_init()
103 hdata = shost_priv(mvme147_shost); in mvme147_init()
108 wd33c93_init(mvme147_shost, regs, dma_setup, dma_stop, WD33C93_FS_8_10); in mvme147_init()
111 "MVME147 SCSI PORT", mvme147_shost); in mvme147_init()
115 "MVME147 SCSI DMA", mvme147_shost); in mvme147_init()
130 error = scsi_add_host(mvme147_shost, NULL); in mvme147_init()
[all …]