Lines Matching full:53

3 /* NCR (or Symbios) 53c700 and 53c700-66 Driver
73 * Added support for the 53c710 chip (in 53c700 emulation mode only---no
74 * special 53c710 instructions or registers are used).
132 #include "53c700.h"
149 MODULE_DESCRIPTION("53c700 and 53c700-66 Driver");
153 #include "53c700_d.h"
245 …printk(KERN_WARNING "53c700: Period %dns is less than this chip's minimum, setting to %d\n", perio… in NCR_700_offset_period_to_sxfer()
250 printk(KERN_WARNING "53c700: Offset %d exceeds chip maximum, setting to %d\n", in NCR_700_offset_period_to_sxfer()
313 printk(KERN_ERR "53c700: Failed to allocate memory for driver, detaching\n"); in NCR_700_detect()
339 tpnt->name = "53c700"; in NCR_700_detect()
341 tpnt->proc_name = "53c700"; in NCR_700_detect()
393 …printk(KERN_NOTICE "53c700: Version " NCR_700_VERSION " By James.Bottomley@HansenPartnership.com\n… in NCR_700_detect()
397 hostdata->chip710 ? "53c710" : in NCR_700_detect()
398 (hostdata->fast ? "53c700-66" : "53c700"), in NCR_700_detect()
405 dev_printk(KERN_ERR, dev, "53c700: scsi_add_host failed\n"); in NCR_700_detect()
445 * direct transcription of the algorithm described in the 53c710
447 * wide on a 53c700.
558 printk(KERN_ERR "53c700: SLOT %p is not MAGIC!!!\n", slot); in free_slot()
561 printk(KERN_ERR "53c700: SLOT %p is FREE!!!\n", slot); in free_slot()
639 printk(KERN_ERR "53c700: SCSI DONE HAS NULL SCp\n"); in NCR_700_scsi_done()
720 …printk(KERN_ERR "53c700: Clock speed %dMHz is too high: 75Mhz is the maximum this chip can be driv… in NCR_700_chip_setup()
723 DEBUG(("53c700: sync 2 async 3\n")); in NCR_700_chip_setup()
729 DEBUG(("53c700: sync 1.5 async 3\n")); in NCR_700_chip_setup()
737 DEBUG(("53c700: sync 1 async 2\n")); in NCR_700_chip_setup()
743 DEBUG(("53c700: sync 1 async 1.5\n")); in NCR_700_chip_setup()
748 DEBUG(("53c700: sync 1 async 1\n")); in NCR_700_chip_setup()
1283 /* We run the 53c700 with selection interrupts always enabled. This
1496 /* Use the host lock to serialise access to the 53c700 in NCR_700_intr()
1796 printk("53c700: scsi%d, command ", SCp->device->host->host_no); in NCR_700_queuecommand_lck()
1836 printk("53c700: Command"); in NCR_700_queuecommand_lck()
1853 printk(KERN_ERR "53c700: Unknown command for data direction "); in NCR_700_queuecommand_lck()