y_pitch          2290 drivers/input/mouse/alps.c 	int reg, x_pitch, y_pitch, x_electrode, y_electrode, x_phys, y_phys;
y_pitch          2300 drivers/input/mouse/alps.c 	y_pitch = (char)reg >> 4; /* sign extend upper 4 bits */
y_pitch          2301 drivers/input/mouse/alps.c 	y_pitch = 36 + 2 * y_pitch; /* In 0.1 mm units */
y_pitch          2314 drivers/input/mouse/alps.c 	y_phys = y_pitch * (y_electrode - 1); /* In 0.1 mm units */
y_pitch          2321 drivers/input/mouse/alps.c 		    x_pitch, y_pitch, x_electrode, y_electrode,
y_pitch          2492 drivers/input/mouse/alps.c 	int x_pitch, y_pitch, x_phys, y_phys;
y_pitch          2506 drivers/input/mouse/alps.c 		y_pitch = ((otp[0][1] >> 4) & 0x0F) + SS4PLUS_MIN_PITCH_MM;
y_pitch          2520 drivers/input/mouse/alps.c 		y_pitch = ((otp[1][2] >> 5) & 0x07) + SS4_MIN_PITCH_MM;
y_pitch          2524 drivers/input/mouse/alps.c 	y_phys = y_pitch * (num_y_electrode - 1); /* In 0.1 mm units */