taglinefilesource code
scsi_ptr586drivers/scsi/g_NCR5380.cstruct Scsi_Host *scsi_ptr;
scsi_ptr593drivers/scsi/g_NCR5380.cfor (scsi_ptr = first_instance; scsi_ptr; scsi_ptr=scsi_ptr->next)
scsi_ptr594drivers/scsi/g_NCR5380.cif (scsi_ptr->host_no == hostno)
scsi_ptr596drivers/scsi/g_NCR5380.cNCR5380_setup(scsi_ptr);
scsi_ptr597drivers/scsi/g_NCR5380.chostdata = (struct NCR5380_hostdata *)scsi_ptr->hostdata;
scsi_ptr599drivers/scsi/g_NCR5380.cPRINTP("SCSI host number %d : %s\n" ANDP scsi_ptr->host_no ANDP scsi_ptr->hostt->name);
scsi_ptr604drivers/scsi/g_NCR5380.cPRINTP("NCR53C400 card%s detected\n" ANDP  (((struct NCR5380_hostdata *)scsi_ptr->hostdata)->flags & FLAG_NCR53C400)?"":" not");
scsi_ptr611drivers/scsi/g_NCR5380.cPRINTP("Using %s mapping at %s 0x%x, " ANDP STRVAL(NCR5380_map_config) ANDP STRVAL(NCR5380_map_name) ANDP scsi_ptr->NCR5380_instance_name);
scsi_ptr612drivers/scsi/g_NCR5380.cif (scsi_ptr->irq == IRQ_NONE)
scsi_ptr615drivers/scsi/g_NCR5380.cPRINTP("on interrupt %d\n" ANDP scsi_ptr->irq);
scsi_ptr627drivers/scsi/g_NCR5380.cif (dev->host == scsi_ptr) {