Lines Matching refs:target
964 unsigned long target = 0; /* 12288000 or 11289600 */
973 target = 12288000;
975 target = 11289600;
976 if (!target) {
982 ackmd = target / rate;
999 * target = rate x [512/256/128/64]fs
1000 * cout = round(target x adjustment)
1001 * actual = cout / adjustment (by FSI-DIV) ~= target
1009 cout = target * adj;
1018 diff = abs(actual - target);