Lines Matching refs:sync_period
287 u8 sync_period; /* for reg. */ member
942 if (dcb->sync_period & WIDE_SYNC && in build_srb()
1145 dcb->sync_period = 0; in reset_dev_param()
1411 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); in start_scsi()
1951 if (dcb->sync_period & WIDE_SYNC) in data_out_phase0()
1958 (dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_out_phase0()
1981 if (d_left_counter == 1 && dcb->sync_period & WIDE_SYNC in data_out_phase0()
2009 (dcb->sync_period & WIDE_SYNC) ? 2 : 1; in data_out_phase0()
2109 << ((srb->dcb->sync_period & WIDE_SYNC) ? 1 : in data_in_phase0()
2116 (srb->dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_in_phase0()
2133 (srb->dcb->sync_period & WIDE_SYNC) ? in data_in_phase0()
2136 if (srb->dcb->sync_period & WIDE_SYNC) in data_in_phase0()
2177 if (fc == 0x40 && (srb->dcb->sync_period & WIDE_SYNC)) { in data_in_phase0()
2214 if (srb->dcb->sync_period & WIDE_SYNC) in data_in_phase0()
2353 if (srb->dcb->sync_period & WIDE_SYNC) in data_io_transfer()
2383 if (srb->dcb->sync_period & WIDE_SYNC) { in data_io_transfer()
2410 if (dcb->sync_period & WIDE_SYNC) { in data_io_transfer()
2554 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); in reprogram_regs()
2616 dcb->sync_period &= 0xf0; in msgin_set_sync()
2617 dcb->sync_period |= ALT_SYNC | bval; in msgin_set_sync()
2620 if (dcb->sync_period & WIDE_SYNC) in msgin_set_sync()
2663 dcb->sync_period &= ~WIDE_SYNC; in msgin_set_nowide()
2698 dcb->sync_period |= WIDE_SYNC; in msgin_set_wide()
2700 dcb->sync_period &= ~WIDE_SYNC; in msgin_set_wide()
2882 i->sync_period = dcb->sync_period; in set_xfer_rate()
3078 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); /* sync period, wide */ in reselect()
3618 dcb->sync_period = 0; in device_alloc()
3652 dcb->sync_period = p->sync_period; in device_alloc()
4529 YESNO(dcb->sync_period & WIDE_SYNC); in dc395x_show_info()
4533 nego_period = clock_period[dcb->sync_period & 0x07] << 2; in dc395x_show_info()