Searched refs:syncrate (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | aic7xxx.c | 1693 struct ahc_syncrate *syncrate; in ahc_find_syncrate() local 1703 for (syncrate = &ahc_syncrates[maxsync]; in ahc_find_syncrate() 1704 syncrate->rate != NULL; in ahc_find_syncrate() 1705 syncrate++) { in ahc_find_syncrate() 1712 && (syncrate->sxfr_u2 == 0)) in ahc_find_syncrate() 1715 if (*period <= syncrate->period) { in ahc_find_syncrate() 1727 if (syncrate == &ahc_syncrates[maxsync]) in ahc_find_syncrate() 1728 *period = syncrate->period; in ahc_find_syncrate() 1734 if ((syncrate->sxfr_u2 & ST_SXFR) != 0) in ahc_find_syncrate() 1741 || (syncrate->rate == NULL) in ahc_find_syncrate() [all …]
|
H A D | aic7xxx_osm.c | 404 struct ahc_syncrate *syncrate; in ahc_action() local 470 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_action() 472 ahc_validate_offset(ahc, NULL, syncrate, &offset, in ahc_action() 488 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_action()
|
/netbsd-src/sys/dev/i2o/ |
H A D | iopsp.c | 229 int syncrate; in iopsp_reconfig() local 295 syncrate = ((int)le64toh(param.sdi.negsyncrate) + 500) / 1000; in iopsp_reconfig() 298 it->it_syncrate != syncrate) { in iopsp_reconfig() 301 it->it_syncrate = syncrate; in iopsp_reconfig()
|