Searched refs:squelch_x (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c262 int squelch_x; member in struct:smoother
4228 smoother->squelch_x = 0;
4329 smoother->squelch_x += smoother->avg_dx;
4330 dxp = smoother->squelch_x / (div_x * multiplicator);
4331 smoother->squelch_x = smoother->squelch_x %

Completed in 115 milliseconds