Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dappletouch.c169 #define ATP_SCALE 12 macro
394 dev->smooth[i + 4] = xy_sensors[i] << ATP_SCALE; in atp_calculate_abs()
418 if ((dev->smooth[i] >> ATP_SCALE) > 0) { in atp_calculate_abs()
425 *z = psum >> ATP_SCALE; /* Scale down pressure output. */ in atp_calculate_abs()