Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dmvme147.c82 static struct Scsi_Host *mvme147_shost; variable
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()
111 "MVME147 SCSI PORT", mvme147_shost); in mvme147_init()
115 "MVME147 SCSI DMA", mvme147_shost); in mvme147_init()
133 scsi_scan_host(mvme147_shost); in mvme147_init()
139 scsi_host_put(mvme147_shost); in mvme147_init()
146 scsi_remove_host(mvme147_shost); in mvme147_exit()
[all …]

Completed in 2 milliseconds