Lines Matching full:53
4 /* NCR (or Symbios) 53c700 and 53c700-66 Driver
74 * Added support for the 53c710 chip (in 53c700 emulation mode only---no
75 * special 53c710 instructions or registers are used).
133 #include "53c700.h"
150 MODULE_DESCRIPTION("53c700 and 53c700-66 Driver");
154 #include "53c700_d.h"
246 …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()
251 printk(KERN_WARNING "53c700: Offset %d exceeds chip maximum, setting to %d\n", in NCR_700_offset_period_to_sxfer()
314 printk(KERN_ERR "53c700: Failed to allocate memory for driver, detaching\n"); in NCR_700_detect()
340 tpnt->name = "53c700"; in NCR_700_detect()
342 tpnt->proc_name = "53c700"; in NCR_700_detect()
394 …printk(KERN_NOTICE "53c700: Version " NCR_700_VERSION " By James.Bottomley@HansenPartnership.com\n… in NCR_700_detect()
398 hostdata->chip710 ? "53c710" : in NCR_700_detect()
399 (hostdata->fast ? "53c700-66" : "53c700"), in NCR_700_detect()
406 dev_printk(KERN_ERR, dev, "53c700: scsi_add_host failed\n"); in NCR_700_detect()
446 * direct transcription of the algorithm described in the 53c710
448 * wide on a 53c700.
559 printk(KERN_ERR "53c700: SLOT %p is not MAGIC!!!\n", slot); in free_slot()
562 printk(KERN_ERR "53c700: SLOT %p is FREE!!!\n", slot); in free_slot()
640 printk(KERN_ERR "53c700: SCSI DONE HAS NULL SCp\n"); in NCR_700_scsi_done()
721 …printk(KERN_ERR "53c700: Clock speed %dMHz is too high: 75Mhz is the maximum this chip can be driv… in NCR_700_chip_setup()
724 DEBUG(("53c700: sync 2 async 3\n")); in NCR_700_chip_setup()
730 DEBUG(("53c700: sync 1.5 async 3\n")); in NCR_700_chip_setup()
738 DEBUG(("53c700: sync 1 async 2\n")); in NCR_700_chip_setup()
744 DEBUG(("53c700: sync 1 async 1.5\n")); in NCR_700_chip_setup()
749 DEBUG(("53c700: sync 1 async 1\n")); in NCR_700_chip_setup()
1284 /* We run the 53c700 with selection interrupts always enabled. This
1497 /* Use the host lock to serialise access to the 53c700 in NCR_700_intr()
1802 printk("53c700: scsi%d, command ", SCp->device->host->host_no); in NCR_700_queuecommand_lck()
1842 printk("53c700: Command"); in NCR_700_queuecommand_lck()
1859 printk(KERN_ERR "53c700: Unknown command for data direction "); in NCR_700_queuecommand_lck()