Lines Matching refs:minsync
744 if (period <= 250) np->minsync = 10;
745 else if (period <= 303) np->minsync = 11;
746 else if (period <= 500) np->minsync = 12;
747 else np->minsync = (period + 40 - 1) / 40;
752 if (np->minsync < 25 &&
754 np->minsync = 25;
755 else if (np->minsync < 12 &&
757 np->minsync = 12;
1405 if (goal->period < np->minsync)
1406 goal->period = np->minsync;
3983 if (per < np->minsync)
3984 {chg = 1; per = np->minsync;}
4112 unsigned char minsync = dt ? np->minsync_dt : np->minsync; local
4113 if (per < minsync) {
4115 per = minsync;
4344 if (tp->tgoal.period < np->minsync)
4345 tp->tgoal.period = np->minsync;