Lines Matching refs:sync_offset
290 u8 sync_offset; /* for reg. and nego.(low nibble) */ member
1282 dcb->sync_offset = 0; in reset_dev_param()
1415 dcb->sync_offset = 0; in build_sdtr()
1417 } else if (dcb->sync_offset == 0) in build_sdtr()
1418 dcb->sync_offset = SYNC_NEGO_OFFSET; in build_sdtr()
1424 *ptr++ = dcb->sync_offset; /* Transfer period (max. REQ/ACK dist) */ in build_sdtr()
1548 DC395x_write8(acb, TRM_S1040_SCSI_OFFSET, dcb->sync_offset); in start_scsi()
2690 DC395x_write8(acb, TRM_S1040_SCSI_OFFSET, dcb->sync_offset); in reprogram_regs()
2705 dcb->sync_offset = 0; in msgin_set_async()
2734 dcb->sync_offset = 0; in msgin_set_sync()
2735 else if (dcb->sync_offset == 0) in msgin_set_sync()
2736 dcb->sync_offset = srb->msgin_buf[4]; in msgin_set_sync()
2737 if (srb->msgin_buf[4] > dcb->sync_offset) in msgin_set_sync()
2738 srb->msgin_buf[4] = dcb->sync_offset; in msgin_set_sync()
2740 dcb->sync_offset = srb->msgin_buf[4]; in msgin_set_sync()
2763 dcb->min_nego_period << 2, dcb->sync_offset, in msgin_set_sync()
3011 current_sync_offset = dcb->sync_offset; in set_xfer_rate()
3018 i->sync_offset = dcb->sync_offset; in set_xfer_rate()
3212 DC395x_write8(acb, TRM_S1040_SCSI_OFFSET, dcb->sync_offset); /* offset */ in reselect()
3761 dcb->sync_offset = 0; in device_alloc()
3787 dcb->sync_offset = p->sync_offset; in device_alloc()
4667 YESNO(dcb->sync_offset); in dc395x_show_info()
4673 if (dcb->sync_offset) in dc395x_show_info()
4678 if (dcb->sync_offset & 0x0f) { in dc395x_show_info()
4683 (dcb->sync_offset & 0x0f)); in dc395x_show_info()