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)
144 * Start the next command for a 53C94.
225 printk(KERN_ERR "53c94: invalid cmd, intr=%x stat=%x seq=%x phase=%d\n", in mac53c94_interrupt()
233 printk("53c94: bad error, intr=%x stat=%x seq=%x phase=%d\n", in mac53c94_interrupt()
240 printk(KERN_DEBUG "53c94: interrupt with no command active?\n"); in mac53c94_interrupt()
400 .proc_name = "53c94",
401 .name = "53C94",
484 if (request_irq(state->intr, do_mac53c94_interrupt, 0, "53C94",state)) { in mac53c94_probe()
539 .name = "53c94",
570 MODULE_DESCRIPTION("PowerMac 53c94 SCSI driver");