Searched refs:sync_period (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_osm.c | 810 spi->sync_period = tinfo->user.period; in ahd_set_tran_settings() 812 spi->sync_period = tinfo->goal.period; in ahd_set_tran_settings() 827 ahd_find_syncrate(ahd, &spi->sync_period, in ahd_set_tran_settings() 830 spi->sync_period, &spi->sync_offset, in ahd_set_tran_settings() 835 spi->sync_period = 0; in ahd_get_tran_settings() 839 ahd_set_syncrate(ahd, &devinfo, spi->sync_period, in ahd_get_tran_settings() 890 spi->sync_period = tinfo->period; in ahd_get_tran_settings()
|
H A D | aic7xxx_osm.c | 691 spi->sync_period = tinfo->user.period; in ahc_action() 693 spi->sync_period = tinfo->goal.period; in ahc_action() 711 syncrate = ahc_find_syncrate(ahc, &spi->sync_period, in ahc_action() 720 spi->sync_period = 0; in ahc_action() 725 spi->sync_period, spi->sync_offset, in ahc_action() 871 spi->sync_period = tinfo->period; in ahc_get_tran_settings()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_xpt.c | 1101 || spi->sync_offset == 0 || spi->sync_period == 0) { in proberequestbackoff() 1124 spi->sync_period++; in proberequestbackoff() 1125 if (spi->sync_period >= 0xf) { in proberequestbackoff() 1126 spi->sync_period = 0; in proberequestbackoff() 1137 ("DV: period 0x%x\n", spi->sync_period)); in proberequestbackoff() 1138 printf("setting period to 0x%x\n", spi->sync_period); in proberequestbackoff() 1147 ("DV: failed to set period 0x%x\n", spi->sync_period)); in proberequestbackoff() 1148 if (spi->sync_period == 0) { in proberequestbackoff() 2785 spi->sync_period = cur_spi->sync_period; in scsi_set_transfer_settings() 2787 spi->sync_period = 0; in scsi_set_transfer_settings() [all …]
|
/freebsd/lib/libcam/ |
H A D | camlib.c | 646 device->sync_period = spi->sync_period; in cam_real_open_device() 650 device->sync_period = 0; in cam_real_open_device()
|
H A D | camlib.h | 119 uint8_t sync_period; /* Negotiated sync period */ member
|
/freebsd/sys/dev/sym/ |
H A D | sym_defs.h | 199 u_short sync_period; /* 4*period factor */ member
|
H A D | sym_hipd.c | 3440 cts__spi.sync_period = tp->tinfo.current.period; in sym_xpt_async_transfer_neg() 7987 cts__spi->sync_period = tip->period; 8143 tip->period = cts__spi->sync_period; 9008 tp->tinfo.user.period = tn->sync_period ? (tn->sync_period + 3) / 4 : 0; 9079 tn->sync_period / 4,
|
/freebsd/sys/cam/ |
H A D | cam_ccb.h | 981 u_int sync_period; 973 u_int sync_period; global() member
|
/freebsd/sbin/camcontrol/ |
H A D | camcontrol.c | 1356 freq = scsi_calc_syncsrate(spi->sync_period); in camxferrate() 5282 spi->sync_period); in cts_print() 5287 freq = scsi_calc_syncsrate(spi->sync_period); in cts_print() 6295 spi->sync_period = in ratecontrol()
|
/freebsd/sys/dev/arcmsr/ |
H A D | arcmsr.c | 3333 spi->sync_period = 1; in arcmsr_action() 3335 spi->sync_period = 2; in arcmsr_action()
|
/freebsd/sys/dev/mpt/ |
H A D | mpt_cam.c | 3392 period = spi->sync_period; in mpt_action() 3748 spi->sync_period = pval; in mpt_get_spi_settings()
|