Lines Matching refs:sync_period
288 u8 sync_period; /* for reg. */ member
1045 if (dcb->sync_period & WIDE_SYNC && in build_srb()
1281 dcb->sync_period = 0; in reset_dev_param()
1547 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); in start_scsi()
2086 if (dcb->sync_period & WIDE_SYNC) in data_out_phase0()
2093 (dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_out_phase0()
2116 if (d_left_counter == 1 && dcb->sync_period & WIDE_SYNC in data_out_phase0()
2144 (dcb->sync_period & WIDE_SYNC) ? 2 : 1; in data_out_phase0()
2244 << ((srb->dcb->sync_period & WIDE_SYNC) ? 1 : in data_in_phase0()
2251 (srb->dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_in_phase0()
2268 (srb->dcb->sync_period & WIDE_SYNC) ? in data_in_phase0()
2271 if (srb->dcb->sync_period & WIDE_SYNC) in data_in_phase0()
2312 if (fc == 0x40 && (srb->dcb->sync_period & WIDE_SYNC)) { in data_in_phase0()
2349 if (srb->dcb->sync_period & WIDE_SYNC) in data_in_phase0()
2488 if (srb->dcb->sync_period & WIDE_SYNC) in data_io_transfer()
2518 if (srb->dcb->sync_period & WIDE_SYNC) { in data_io_transfer()
2545 if (dcb->sync_period & WIDE_SYNC) { in data_io_transfer()
2689 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); in reprogram_regs()
2751 dcb->sync_period &= 0xf0; in msgin_set_sync()
2752 dcb->sync_period |= ALT_SYNC | bval; in msgin_set_sync()
2755 if (dcb->sync_period & WIDE_SYNC) in msgin_set_sync()
2798 dcb->sync_period &= ~WIDE_SYNC; in msgin_set_nowide()
2833 dcb->sync_period |= WIDE_SYNC; in msgin_set_wide()
2835 dcb->sync_period &= ~WIDE_SYNC; in msgin_set_wide()
3017 i->sync_period = dcb->sync_period; in set_xfer_rate()
3213 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); /* sync period, wide */ in reselect()
3760 dcb->sync_period = 0; in device_alloc()
3785 dcb->sync_period = p->sync_period; in device_alloc()
4668 YESNO(dcb->sync_period & WIDE_SYNC); in dc395x_show_info()
4672 nego_period = clock_period[dcb->sync_period & 0x07] << 2; in dc395x_show_info()