Lines Matching refs:sync_period

272 	u8 sync_period;		/* for reg.  */  member
927 if (dcb->sync_period & WIDE_SYNC && in build_srb()
1130 dcb->sync_period = 0; in reset_dev_param()
1388 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); in start_scsi()
1929 if (dcb->sync_period & WIDE_SYNC) in data_out_phase0()
1936 (dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_out_phase0()
1959 if (d_left_counter == 1 && dcb->sync_period & WIDE_SYNC in data_out_phase0()
1987 (dcb->sync_period & WIDE_SYNC) ? 2 : 1; in data_out_phase0()
2087 << ((srb->dcb->sync_period & WIDE_SYNC) ? 1 : in data_in_phase0()
2094 (srb->dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_in_phase0()
2111 (srb->dcb->sync_period & WIDE_SYNC) ? in data_in_phase0()
2114 if (srb->dcb->sync_period & WIDE_SYNC) in data_in_phase0()
2155 if (fc == 0x40 && (srb->dcb->sync_period & WIDE_SYNC)) { in data_in_phase0()
2192 if (srb->dcb->sync_period & WIDE_SYNC) in data_in_phase0()
2331 if (srb->dcb->sync_period & WIDE_SYNC) in data_io_transfer()
2361 if (srb->dcb->sync_period & WIDE_SYNC) { in data_io_transfer()
2387 if (dcb->sync_period & WIDE_SYNC) { in data_io_transfer()
2531 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); in reprogram_regs()
2593 dcb->sync_period &= 0xf0; in msgin_set_sync()
2594 dcb->sync_period |= ALT_SYNC | bval; in msgin_set_sync()
2597 if (dcb->sync_period & WIDE_SYNC) in msgin_set_sync()
2640 dcb->sync_period &= ~WIDE_SYNC; in msgin_set_nowide()
2675 dcb->sync_period |= WIDE_SYNC; in msgin_set_wide()
2677 dcb->sync_period &= ~WIDE_SYNC; in msgin_set_wide()
2859 i->sync_period = dcb->sync_period; in set_xfer_rate()
3053 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); /* sync period, wide */ in reselect()
3576 dcb->sync_period = 0; in device_alloc()
3601 dcb->sync_period = p->sync_period; in device_alloc()
4479 YESNO(dcb->sync_period & WIDE_SYNC); in dc395x_show_info()
4483 nego_period = clock_period[dcb->sync_period & 0x07] << 2; in dc395x_show_info()