Lines Matching defs:x_pitch
2294 int reg, x_pitch, y_pitch, x_electrode, y_electrode, x_phys, y_phys;
2301 x_pitch = (s8)(reg << 4) >> 4; /* sign extend lower 4 bits */
2302 x_pitch = 50 + 2 * x_pitch; /* In 0.1 mm units */
2317 x_phys = x_pitch * (x_electrode - 1); /* In 0.1 mm units */
2325 x_pitch, y_pitch, x_electrode, y_electrode,
2496 int x_pitch, y_pitch, x_phys, y_phys;
2509 x_pitch = (otp[0][1] & 0x0F) + SS4PLUS_MIN_PITCH_MM;
2523 x_pitch = ((otp[1][2] >> 2) & 0x07) + SS4_MIN_PITCH_MM;
2527 x_phys = x_pitch * (num_x_electrode - 1); /* In 0.1 mm units */