Searched refs:high_bits (Results 1 - 1 of 1) sorted by relevance

/drivers/input/touchscreen/
H A Djornada720_ts.c59 int coord, high_bits = coords[3]; local
61 coord = coords[0] | ((high_bits & 0x03) << 8);
62 coord += coords[1] | ((high_bits & 0x0c) << 6);
63 coord += coords[2] | ((high_bits & 0x30) << 4);

Completed in 50 milliseconds