Lines Matching defs:highest
280 * highest response and the 2 adjacent ones.
281 * When Sensor 0 has the highest response, only sensor 0 and sensor 1
283 * highest response, only the last sensor and the second last sensors
405 * sensor with the highest response and we apply weights to these sensors.
445 * sensor with the highest response and we apply weights to these sensors. The
454 int first_before, highest, first_after;
458 highest = sw->highest_stage;
461 a_param = ad714x->sensor_val[highest] *
462 (highest - hw->start_stage) +
464 (highest - hw->start_stage - 1) +
466 (highest - hw->start_stage + 1);
467 b_param = ad714x->sensor_val[highest] +