Lines Matching refs:sync_period

288 	u8 sync_period;		/* for reg.  */  member
1042 if (dcb->sync_period & WIDE_SYNC && in build_srb()
1278 dcb->sync_period = 0; in reset_dev_param()
1544 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); in start_scsi()
2083 if (dcb->sync_period & WIDE_SYNC) in data_out_phase0()
2090 (dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_out_phase0()
2113 if (d_left_counter == 1 && dcb->sync_period & WIDE_SYNC in data_out_phase0()
2141 (dcb->sync_period & WIDE_SYNC) ? 2 : 1; in data_out_phase0()
2241 << ((srb->dcb->sync_period & WIDE_SYNC) ? 1 : in data_in_phase0()
2248 (srb->dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_in_phase0()
2265 (srb->dcb->sync_period & WIDE_SYNC) ? in data_in_phase0()
2268 if (srb->dcb->sync_period & WIDE_SYNC) in data_in_phase0()
2309 if (fc == 0x40 && (srb->dcb->sync_period & WIDE_SYNC)) { in data_in_phase0()
2346 if (srb->dcb->sync_period & WIDE_SYNC) in data_in_phase0()
2485 if (srb->dcb->sync_period & WIDE_SYNC) in data_io_transfer()
2515 if (srb->dcb->sync_period & WIDE_SYNC) { in data_io_transfer()
2542 if (dcb->sync_period & WIDE_SYNC) { in data_io_transfer()
2686 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); in reprogram_regs()
2748 dcb->sync_period &= 0xf0; in msgin_set_sync()
2749 dcb->sync_period |= ALT_SYNC | bval; in msgin_set_sync()
2752 if (dcb->sync_period & WIDE_SYNC) in msgin_set_sync()
2795 dcb->sync_period &= ~WIDE_SYNC; in msgin_set_nowide()
2830 dcb->sync_period |= WIDE_SYNC; in msgin_set_wide()
2832 dcb->sync_period &= ~WIDE_SYNC; in msgin_set_wide()
3014 i->sync_period = dcb->sync_period; in set_xfer_rate()
3210 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); /* sync period, wide */ in reselect()
3756 dcb->sync_period = 0; in device_alloc()
3781 dcb->sync_period = p->sync_period; in device_alloc()
4664 YESNO(dcb->sync_period & WIDE_SYNC); in dc395x_show_info()
4668 nego_period = clock_period[dcb->sync_period & 0x07] << 2; in dc395x_show_info()