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