Lines Matching refs:sync_period
288 u8 sync_period; /* for reg. */ member
943 if (dcb->sync_period & WIDE_SYNC && in build_srb()
1178 dcb->sync_period = 0; in reset_dev_param()
1444 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); in start_scsi()
1984 if (dcb->sync_period & WIDE_SYNC) in data_out_phase0()
1991 (dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_out_phase0()
2014 if (d_left_counter == 1 && dcb->sync_period & WIDE_SYNC in data_out_phase0()
2042 (dcb->sync_period & WIDE_SYNC) ? 2 : 1; in data_out_phase0()
2142 << ((srb->dcb->sync_period & WIDE_SYNC) ? 1 : in data_in_phase0()
2149 (srb->dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_in_phase0()
2166 (srb->dcb->sync_period & WIDE_SYNC) ? in data_in_phase0()
2169 if (srb->dcb->sync_period & WIDE_SYNC) in data_in_phase0()
2210 if (fc == 0x40 && (srb->dcb->sync_period & WIDE_SYNC)) { in data_in_phase0()
2247 if (srb->dcb->sync_period & WIDE_SYNC) in data_in_phase0()
2386 if (srb->dcb->sync_period & WIDE_SYNC) in data_io_transfer()
2416 if (srb->dcb->sync_period & WIDE_SYNC) { in data_io_transfer()
2443 if (dcb->sync_period & WIDE_SYNC) { in data_io_transfer()
2587 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); in reprogram_regs()
2649 dcb->sync_period &= 0xf0; in msgin_set_sync()
2650 dcb->sync_period |= ALT_SYNC | bval; in msgin_set_sync()
2653 if (dcb->sync_period & WIDE_SYNC) in msgin_set_sync()
2696 dcb->sync_period &= ~WIDE_SYNC; in msgin_set_nowide()
2731 dcb->sync_period |= WIDE_SYNC; in msgin_set_wide()
2733 dcb->sync_period &= ~WIDE_SYNC; in msgin_set_wide()
2915 i->sync_period = dcb->sync_period; in set_xfer_rate()
3111 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); /* sync period, wide */ in reselect()
3651 dcb->sync_period = 0; in device_alloc()
3676 dcb->sync_period = p->sync_period; in device_alloc()
4559 YESNO(dcb->sync_period & WIDE_SYNC); in dc395x_show_info()
4563 nego_period = clock_period[dcb->sync_period & 0x07] << 2; in dc395x_show_info()