Home
last modified time | relevance | path

Searched refs:ATP_SCALE (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/input/mouse/
Dappletouch.c183 #define ATP_SCALE 12 macro
408 dev->smooth[i + 4] = xy_sensors[i] << ATP_SCALE; in atp_calculate_abs()
432 if ((dev->smooth[i] >> ATP_SCALE) > 0) { in atp_calculate_abs()
439 *z = psum >> ATP_SCALE; /* Scale down pressure output. */ in atp_calculate_abs()