Searched refs:minsync (Results 1 – 2 of 2) sorted by relevance
3472 if (period <= 250) np->minsync = 10;3473 else if (period <= 303) np->minsync = 11;3482 np->minsync = 25;3484 np->minsync = 12;3615 if (usrsync < np->minsync)3616 usrsync = np->minsync;3640 np->minsync, np->maxsync, np->maxoffs,4221 && (spi->sync_period < np->minsync))4222 spi->sync_period = np->minsync;6047 if (per < np->minsync)[all …]
2534 if (period <= 250) np->minsync = 10; in sym_prepare_setting()2542 if (np->minsync < 25 && in sym_prepare_setting()2544 np->minsync = 25; in sym_prepare_setting()2545 else if (np->minsync < 12 && in sym_prepare_setting()2547 np->minsync = 12; in sym_prepare_setting()5646 if (per < np->minsync) in sym_sync_nego()5647 {chg = 1; per = np->minsync;} in sym_sync_nego()5771 else if (per < np->minsync) in sym_ppr_nego()5772 {chg = 1; per = np->minsync;} in sym_ppr_nego()8209 if (tip->period < np->minsync)[all …]