Searched refs:MAX_POS_BITS (Results 1 – 1 of 1) sorted by relevance
143 #define MAX_POS_BITS 12 macro323 x = (xpos << MAX_POS_BITS) - xpos; in at91_ts_sample()334 y = (ypos << MAX_POS_BITS) - ypos; in at91_ts_sample()958 input_set_abs_params(input, ABS_X, 0, (1 << MAX_POS_BITS) - 1, in at91_ts_register()960 input_set_abs_params(input, ABS_Y, 0, (1 << MAX_POS_BITS) - 1, in at91_ts_register()