Searched refs:squelch_y (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c264 int squelch_y; member in struct:smoother
4226 smoother->squelch_y = 0;
4331 smoother->squelch_y += smoother->avg_dy;
4332 dyp = smoother->squelch_y / (div_y * multiplicator);
4333 smoother->squelch_y = smoother->squelch_y %

Completed in 99 milliseconds