syncrate 250 dev/i2o/iopsp.c int syncrate; syncrate 319 dev/i2o/iopsp.c syncrate = (int)((letoh64(param.sdi.negsyncrate) + 500) / 1000); syncrate 322 dev/i2o/iopsp.c it->it_syncrate == syncrate) syncrate 327 dev/i2o/iopsp.c it->it_syncrate = syncrate; syncrate 1767 dev/ic/aic7xxx.c struct ahc_syncrate *syncrate; syncrate 1777 dev/ic/aic7xxx.c for (syncrate = &ahc_syncrates[maxsync]; syncrate 1778 dev/ic/aic7xxx.c syncrate->rate != NULL; syncrate 1779 dev/ic/aic7xxx.c syncrate++) { syncrate 1786 dev/ic/aic7xxx.c && (syncrate->sxfr_u2 == 0)) syncrate 1789 dev/ic/aic7xxx.c if (*period <= syncrate->period) { syncrate 1801 dev/ic/aic7xxx.c if (syncrate == &ahc_syncrates[maxsync]) syncrate 1802 dev/ic/aic7xxx.c *period = syncrate->period; syncrate 1808 dev/ic/aic7xxx.c if ((syncrate->sxfr_u2 & ST_SXFR) != 0) syncrate 1815 dev/ic/aic7xxx.c || (syncrate->rate == NULL) syncrate 1817 dev/ic/aic7xxx.c && (syncrate->sxfr_u2 == 0))) { syncrate 1820 dev/ic/aic7xxx.c syncrate = NULL; syncrate 1823 dev/ic/aic7xxx.c return (syncrate); syncrate 1833 dev/ic/aic7xxx.c struct ahc_syncrate *syncrate; syncrate 1840 dev/ic/aic7xxx.c syncrate = &ahc_syncrates[maxsync]; syncrate 1841 dev/ic/aic7xxx.c while (syncrate->rate != NULL) { syncrate 1844 dev/ic/aic7xxx.c if (syncrate->sxfr_u2 == 0) syncrate 1846 dev/ic/aic7xxx.c else if (scsirate == (syncrate->sxfr_u2 & SXFR_ULTRA2)) syncrate 1847 dev/ic/aic7xxx.c return (syncrate->period); syncrate 1848 dev/ic/aic7xxx.c } else if (scsirate == (syncrate->sxfr & SXFR)) { syncrate 1849 dev/ic/aic7xxx.c return (syncrate->period); syncrate 1851 dev/ic/aic7xxx.c syncrate++; syncrate 1863 dev/ic/aic7xxx.c struct ahc_syncrate *syncrate, syncrate 1869 dev/ic/aic7xxx.c if (syncrate == NULL) { syncrate 1967 dev/ic/aic7xxx.c struct ahc_syncrate *syncrate, u_int period, syncrate 1981 dev/ic/aic7xxx.c if (syncrate == NULL) { syncrate 2016 dev/ic/aic7xxx.c if (syncrate != NULL) { syncrate 2017 dev/ic/aic7xxx.c scsirate |= syncrate->sxfr_u2; syncrate 2031 dev/ic/aic7xxx.c if (syncrate != NULL) { syncrate 2032 dev/ic/aic7xxx.c if (syncrate->sxfr & ULTRA_SXFR) { syncrate 2036 dev/ic/aic7xxx.c scsirate |= syncrate->sxfr & SXFR; syncrate 2066 dev/ic/aic7xxx.c devinfo->target, syncrate->rate, syncrate 3118 dev/ic/aic7xxx.c struct ahc_syncrate *syncrate; syncrate 3142 dev/ic/aic7xxx.c syncrate = ahc_devlimited_syncrate(ahc, tinfo, &period, syncrate 3145 dev/ic/aic7xxx.c ahc_validate_offset(ahc, tinfo, syncrate, &offset, syncrate 3158 dev/ic/aic7xxx.c syncrate, period, syncrate 3293 dev/ic/aic7xxx.c struct ahc_syncrate *syncrate; syncrate 3344 dev/ic/aic7xxx.c syncrate = ahc_devlimited_syncrate(ahc, tinfo, &period, syncrate 3347 dev/ic/aic7xxx.c ahc_validate_offset(ahc, tinfo, syncrate, syncrate 3365 dev/ic/aic7xxx.c syncrate = NULL; syncrate 3400 dev/ic/aic7xxx.c syncrate, period, syncrate 736 dev/ic/aic7xxx_openbsd.c struct ahc_syncrate *syncrate; syncrate 784 dev/ic/aic7xxx_openbsd.c syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, syncrate 786 dev/ic/aic7xxx_openbsd.c ahc_validate_offset(ahc, NULL, syncrate, &offset, width, syncrate 799 dev/ic/aic7xxx_openbsd.c ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, ppr_options, syncrate 1285 dev/ic/aic7xxxvar.h struct ahc_syncrate *syncrate,