Lines Matching refs:start_bit
363 unsigned char start_bit, end_bit; in alps_process_bitmap_dolphin() local
383 start_bit = priv->x_bits - x_msb; in alps_process_bitmap_dolphin()
385 box_middle_x = (priv->x_max * (start_bit + end_bit)) / in alps_process_bitmap_dolphin()
388 start_bit = y_lsb - 1; in alps_process_bitmap_dolphin()
390 box_middle_y = (priv->y_max * (start_bit + end_bit)) / in alps_process_bitmap_dolphin()
411 point->start_bit = i; in alps_get_bitmap_points()
460 x_high.start_bit = x_low.start_bit + i; in alps_process_bitmap()
466 y_high.start_bit = y_low.start_bit + i; in alps_process_bitmap()
471 (priv->x_max * (2 * x_low.start_bit + x_low.num_bits - 1)) / in alps_process_bitmap()
474 (priv->y_max * (2 * y_low.start_bit + y_low.num_bits - 1)) / in alps_process_bitmap()
478 (priv->x_max * (2 * x_high.start_bit + x_high.num_bits - 1)) / in alps_process_bitmap()
481 (priv->y_max * (2 * y_high.start_bit + y_high.num_bits - 1)) / in alps_process_bitmap()