Lines Matching refs:starget
1246 struct scsi_target *starget; member
4065 struct scsi_target *starget = tp->starget; in ncr_prepare_nego() local
4069 if (spi_support_wide(starget)) { in ncr_prepare_nego()
4077 if (spi_support_sync(starget)) { in ncr_prepare_nego()
4081 dev_info(&starget->dev, "target did not report SYNC.\n"); in ncr_prepare_nego()
5568 spi_display_xfer_agreement(tp->starget); in ncr_setsync()
6701 struct scsi_target *starget = tp->starget; in ncr_int_sir() local
6859 spi_period(starget) = 0; in ncr_int_sir()
6860 spi_offset(starget) = 0; in ncr_int_sir()
6865 spi_width(starget) = 0; in ncr_int_sir()
6890 if (ofs && starget) in ncr_int_sir()
6891 spi_support_sync(starget) = 1; in ncr_int_sir()
6936 spi_period(starget) = 0; in ncr_int_sir()
6937 spi_offset(starget) = 0; in ncr_int_sir()
6942 spi_period(starget) = per; in ncr_int_sir()
6943 spi_offset(starget) = ofs; in ncr_int_sir()
6950 spi_width(starget) = 0; in ncr_int_sir()
6961 spi_period(starget) = per; in ncr_int_sir()
6962 spi_offset(starget) = ofs; in ncr_int_sir()
7000 if (wide && starget) in ncr_int_sir()
7001 spi_support_wide(starget) = 1; in ncr_int_sir()
7025 spi_width(starget) = 0; in ncr_int_sir()
7030 spi_width(starget) = wide; in ncr_int_sir()
7037 spi_period(starget) = 0; in ncr_int_sir()
7038 spi_offset(starget) = 0; in ncr_int_sir()
7049 spi_width(starget) = wide; in ncr_int_sir()
7968 tp->starget = device->sdev_target;
8538 static void ncr53c8xx_set_period(struct scsi_target *starget, int period) argument
8540 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
8542 struct tcb *tp = &np->target[starget->id];
8554 static void ncr53c8xx_set_offset(struct scsi_target *starget, int offset) argument
8556 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
8558 struct tcb *tp = &np->target[starget->id];
8570 static void ncr53c8xx_set_width(struct scsi_target *starget, int width) argument
8572 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
8574 struct tcb *tp = &np->target[starget->id];