Home
last modified time | relevance | path

Searched refs:syncrate (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/usr.sbin/fifolog/lib/
HDfifolog_write.h44 unsigned syncrate; member
69 …(struct fifolog_writer *f, const char *fn, unsigned writerate, unsigned syncrate, unsigned compres…
HDfifolog_write_poll.c119 unsigned writerate, unsigned syncrate, unsigned compression) in fifolog_write_open() argument
133 f->syncrate = syncrate; in fifolog_write_open()
267 if (f->cleanup || now >= (int)(f->lastsync + f->syncrate)) { in fifolog_write_gzip()
/freebsd-13-stable/sys/dev/aic7xxx/
HDaic7xxx.c1706 struct ahc_syncrate *syncrate; in ahc_find_syncrate() local
1716 for (syncrate = &ahc_syncrates[maxsync]; in ahc_find_syncrate()
1717 syncrate->rate != NULL; in ahc_find_syncrate()
1718 syncrate++) { in ahc_find_syncrate()
1724 && (syncrate->sxfr_u2 == 0)) in ahc_find_syncrate()
1727 if (*period <= syncrate->period) { in ahc_find_syncrate()
1739 if (syncrate == &ahc_syncrates[maxsync]) in ahc_find_syncrate()
1740 *period = syncrate->period; in ahc_find_syncrate()
1746 if ((syncrate->sxfr_u2 & ST_SXFR) != 0) in ahc_find_syncrate()
1753 || (syncrate->rate == NULL) in ahc_find_syncrate()
[all …]
HDaic7xxx_osm.c700 struct ahc_syncrate *syncrate; in ahc_action() local
713 syncrate = ahc_find_syncrate(ahc, &spi->sync_period, in ahc_action()
717 syncrate, &spi->sync_offset, in ahc_action()
726 ahc_set_syncrate(ahc, &devinfo, syncrate, in ahc_action()
HDaic7xxx.h1291 struct ahc_syncrate *syncrate,
1317 struct ahc_syncrate *syncrate,
/freebsd-13-stable/sbin/camcontrol/
HDcamcontrol.c6127 double syncrate = -1; in ratecontrol() local
6180 syncrate = atof(optarg); in ratecontrol()
6181 if (syncrate < 0) { in ratecontrol()
6182 warnx("sync rate %f is < 0", syncrate); in ratecontrol()
6296 if (spi && syncrate != -1) { in ratecontrol()
6311 syncrate *= 1000; in ratecontrol()
6316 if (syncrate == 0) in ratecontrol()
6319 prelim_sync_period = 10000000 / syncrate; in ratecontrol()
6324 if (sata && syncrate != -1) { in ratecontrol()
6337 sata->revision = ata_speed2revision(syncrate * 100); in ratecontrol()
[all …]