Searched refs:sync_period (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/lib/libcam/
H A Dcamlib.h122 u_int8_t sync_period; /* Negotiated sync period */ member in struct:cam_device
H A Dcamlib.c646 device->sync_period = spi->sync_period;
650 device->sync_period = 0;
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx_osm.c799 spi->sync_period = tinfo->user.period;
801 spi->sync_period = tinfo->goal.period;
816 ahd_find_syncrate(ahd, &spi->sync_period,
819 spi->sync_period, &spi->sync_offset,
824 spi->sync_period = 0;
828 ahd_set_syncrate(ahd, &devinfo, spi->sync_period,
879 spi->sync_period = tinfo->period;
H A Daic7xxx_osm.c682 spi->sync_period = tinfo->user.period;
684 spi->sync_period = tinfo->goal.period;
702 syncrate = ahc_find_syncrate(ahc, &spi->sync_period,
711 spi->sync_period = 0;
716 spi->sync_period, spi->sync_offset,
862 spi->sync_period = tinfo->period;
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_xpt.c1101 || spi->sync_offset == 0 || spi->sync_period == 0) {
1115 * Jump sync_period up by one, but stop at 5MHz and fall back to Async.
1124 spi->sync_period++;
1125 if (spi->sync_period >= 0xf) {
1126 spi->sync_period = 0;
1137 ("DV: period 0x%x\n", spi->sync_period));
1138 printf("setting period to 0x%x\n", spi->sync_period);
1147 ("DV: failed to set period 0x%x\n", spi->sync_period));
1148 if (spi->sync_period == 0) {
2785 spi->sync_period
[all...]
/freebsd-13-stable/sys/dev/amr/
H A Damr_cam.c380 spi->sync_period = 6; /* 40MHz how wide is this bus? */
/freebsd-13-stable/sys/dev/esp/
H A Dncr53c9x.c1045 spi->sync_period = ti->curr.period;
1057 spi->sync_period = 0;
1060 spi->sync_period = sc->sc_minsync;
1159 ti->goal.period = spi->sync_period;
/freebsd-13-stable/sys/dev/sym/
H A Dsym_defs.h200 u_short sync_period; /* 4*period factor */ member in struct:Symbios_nvram::Symbios_target
H A Dsym_hipd.c3441 cts__spi.sync_period = tp->tinfo.current.period;
7989 cts__spi->sync_period = tip->period;
8145 tip->period = cts__spi->sync_period;
9012 tp->tinfo.user.period = tn->sync_period ? (tn->sync_period + 3) / 4 : 0;
9083 tn->sync_period / 4,
/freebsd-13-stable/sys/dev/mly/
H A Dmly.c2150 spi->sync_period = 1000000 / 5;
2152 spi->sync_period = 1000000 / sc->mly_btl[bus][target].mb_speed;
/freebsd-13-stable/sys/dev/iir/
H A Diir.c1303 spi->sync_period = 25; /* 10MHz */
1304 if (spi->sync_period != 0)
/freebsd-13-stable/sys/cam/
H A Dcam_ccb.h963 u_int sync_period; member in struct:ccb_trans_settings_spi
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c1253 freq = scsi_calc_syncsrate(spi->sync_period);
5199 spi->sync_period);
5204 freq = scsi_calc_syncsrate(spi->sync_period);
6208 spi->sync_period =
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_cam.c3390 period = spi->sync_period;
3746 spi->sync_period = pval;
/freebsd-13-stable/sys/dev/arcmsr/
H A Darcmsr.c3312 spi->sync_period = 1;
3314 spi->sync_period = 2;

Completed in 146 milliseconds