Searched refs:minsync (Results 1 – 5 of 5) sorted by relevance
1216 /*3*/ u_char minsync; member1222 /*0*/ u_char minsync; member1674 u_char minsync; /* Minimum sync period factor */ member3775 if (period <= 250) np->minsync = 10; in ncr_prepare_setting()3776 else if (period <= 303) np->minsync = 11; in ncr_prepare_setting()3777 else if (period <= 500) np->minsync = 12; in ncr_prepare_setting()3778 else np->minsync = (period + 40 - 1) / 40; in ncr_prepare_setting()3784 if (np->minsync < 25 && !(np->features & FE_ULTRA)) in ncr_prepare_setting()3785 np->minsync = 25; in ncr_prepare_setting()3951 np->minsync < 12 ? 40 : (np->minsync < 25 ? 20 : 10), in ncr_prepare_setting()[all …]
731 if (period <= 250) np->minsync = 10;732 else if (period <= 303) np->minsync = 11;733 else if (period <= 500) np->minsync = 12;734 else np->minsync = (period + 40 - 1) / 40;739 if (np->minsync < 25 &&741 np->minsync = 25;742 else if (np->minsync < 12 &&744 np->minsync = 12;1392 if (goal->period < np->minsync)1393 goal->period = np->minsync;[all …]
930 if (uc->data < np->minsync) in sym_exec_user_command()931 uc->data = np->minsync; in sym_exec_user_command()1166 (int) (np->minsync_dt ? np->minsync_dt : np->minsync), in sym_show_info()1898 if (period <= np->minsync && spi_width(starget)) in sym2_set_period()
63 np->minsync = nvram->data.parisc.factor; in sym_nvram_setup_host()
914 u_char minsync; /* Min sync period factor (ST) */ member