Lines Matching refs:sync_period

272 	u8 sync_period;		/* for reg.  */  member
927 if (dcb->sync_period & WIDE_SYNC && in build_srb()
1129 dcb->sync_period = 0; in reset_dev_param()
1387 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); in start_scsi()
1928 if (dcb->sync_period & WIDE_SYNC) in data_out_phase0()
1935 (dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_out_phase0()
1958 if (d_left_counter == 1 && dcb->sync_period & WIDE_SYNC in data_out_phase0()
1986 (dcb->sync_period & WIDE_SYNC) ? 2 : 1; in data_out_phase0()
2086 << ((srb->dcb->sync_period & WIDE_SYNC) ? 1 : in data_in_phase0()
2093 (srb->dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_in_phase0()
2110 (srb->dcb->sync_period & WIDE_SYNC) ? in data_in_phase0()
2113 if (srb->dcb->sync_period & WIDE_SYNC) in data_in_phase0()
2154 if (fc == 0x40 && (srb->dcb->sync_period & WIDE_SYNC)) { in data_in_phase0()
2191 if (srb->dcb->sync_period & WIDE_SYNC) in data_in_phase0()
2330 if (srb->dcb->sync_period & WIDE_SYNC) in data_io_transfer()
2360 if (srb->dcb->sync_period & WIDE_SYNC) { in data_io_transfer()
2386 if (dcb->sync_period & WIDE_SYNC) { in data_io_transfer()
2530 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); in reprogram_regs()
2592 dcb->sync_period &= 0xf0; in msgin_set_sync()
2593 dcb->sync_period |= ALT_SYNC | bval; in msgin_set_sync()
2596 if (dcb->sync_period & WIDE_SYNC) in msgin_set_sync()
2639 dcb->sync_period &= ~WIDE_SYNC; in msgin_set_nowide()
2674 dcb->sync_period |= WIDE_SYNC; in msgin_set_wide()
2676 dcb->sync_period &= ~WIDE_SYNC; in msgin_set_wide()
2858 i->sync_period = dcb->sync_period; in set_xfer_rate()
3052 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); /* sync period, wide */ in reselect()
3572 dcb->sync_period = 0; in device_alloc()
3606 dcb->sync_period = p->sync_period; in device_alloc()
4484 YESNO(dcb->sync_period & WIDE_SYNC); in dc395x_show_info()
4488 nego_period = clock_period[dcb->sync_period & 0x07] << 2; in dc395x_show_info()