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

/freebsd-10.2-release/usr.sbin/fifolog/lib/
H A Dfifolog_write.h44 unsigned syncrate; member in struct:fifolog_writer
69 const char *fifolog_write_open(struct fifolog_writer *f, const char *fn, unsigned writerate, unsigned syncrate, unsigned compression);
H A Dfifolog_write_poll.c119 unsigned writerate, unsigned syncrate, unsigned compression)
133 f->syncrate = syncrate;
259 if (f->cleanup || now >= (int)(f->lastsync + f->syncrate)) {
118 fifolog_write_open(struct fifolog_writer *f, const char *fn, unsigned writerate, unsigned syncrate, unsigned compression) argument
/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic7xxx.c1346 /*syncrate*/NULL,
1646 * this function finds the nearest syncrate to the input period limited
1709 struct ahc_syncrate *syncrate; local
1719 for (syncrate = &ahc_syncrates[maxsync];
1720 syncrate->rate != NULL;
1721 syncrate++) {
1728 && (syncrate->sxfr_u2 == 0))
1731 if (*period <= syncrate->period) {
1743 if (syncrate == &ahc_syncrates[maxsync])
1744 *period = syncrate
1775 struct ahc_syncrate *syncrate; local
1803 ahc_validate_offset(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, struct ahc_syncrate *syncrate, u_int *offset, int wide, role_t role) argument
1908 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_syncrate *syncrate, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
3133 struct ahc_syncrate *syncrate; local
3308 struct ahc_syncrate *syncrate; local
[all...]
H A Daic7xxx_osm.c695 struct ahc_syncrate *syncrate; local
708 syncrate = ahc_find_syncrate(ahc, &spi->sync_period,
712 syncrate, &spi->sync_offset,
721 ahc_set_syncrate(ahc, &devinfo, syncrate,
916 ahc_set_syncrate(ahc, &devinfo, /*syncrate*/NULL,
H A Daic7xxx.h1291 struct ahc_syncrate *syncrate,
1317 struct ahc_syncrate *syncrate,
/freebsd-10.2-release/sbin/camcontrol/
H A Dcamcontrol.c5184 double syncrate = -1; local
5237 syncrate = atof(optarg);
5238 if (syncrate < 0) {
5239 warnx("sync rate %f is < 0", syncrate);
5374 if (spi && syncrate != -1) {
5389 syncrate *= 1000;
5394 if (syncrate == 0)
5397 prelim_sync_period = 10000000 / syncrate;
5402 if (sata && syncrate != -1) {
5415 sata->revision = ata_speed2revision(syncrate * 10
[all...]

Completed in 179 milliseconds