Lines Matching full:53
3 * SCSI low-level driver for the 53c94 SCSI bus adaptor found
5 * We assume the 53c94 is connected to a DBDMA (descriptor-based DMA)
141 * Start the next command for a 53C94.
223 printk(KERN_ERR "53c94: invalid cmd, intr=%x stat=%x seq=%x phase=%d\n", in mac53c94_interrupt()
231 printk("53c94: bad error, intr=%x stat=%x seq=%x phase=%d\n", in mac53c94_interrupt()
238 printk(KERN_DEBUG "53c94: interrupt with no command active?\n"); in mac53c94_interrupt()
396 .proc_name = "53c94",
397 .name = "53C94",
482 if (request_irq(state->intr, do_mac53c94_interrupt, 0, "53C94",state)) { in mac53c94_probe()
537 .name = "53c94",
568 MODULE_DESCRIPTION("PowerMac 53c94 SCSI driver");