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

/netbsd-current/sys/dev/i2o/
H A Diopsp.c229 int syncrate; local
295 syncrate = ((int)le64toh(param.sdi.negsyncrate) + 500) / 1000;
298 it->it_syncrate != syncrate) {
301 it->it_syncrate = syncrate;
/netbsd-current/sys/dev/ic/
H A Daic7xxx.c1331 /*syncrate*/NULL,
1630 * this function finds the nearest syncrate to the input period limited
1693 struct ahc_syncrate *syncrate; local
1703 for (syncrate = &ahc_syncrates[maxsync];
1704 syncrate->rate != NULL;
1705 syncrate++) {
1712 && (syncrate->sxfr_u2 == 0))
1715 if (*period <= syncrate->period) {
1727 if (syncrate == &ahc_syncrates[maxsync])
1728 *period = syncrate
1759 struct ahc_syncrate *syncrate; local
1787 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
1892 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
3041 struct ahc_syncrate *syncrate; local
3209 struct ahc_syncrate *syncrate; local
[all...]
H A Daic7xxx_osm.c404 struct ahc_syncrate *syncrate; local
470 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,
472 ahc_validate_offset(ahc, NULL, syncrate, &offset,
488 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset,

Completed in 207 milliseconds