Searched refs:MAX_POS_BITS (Results 1 – 1 of 1) sorted by relevance
146 #define MAX_POS_BITS 12 macro305 x = (xpos << MAX_POS_BITS) - xpos; in at91_ts_sample()316 y = (ypos << MAX_POS_BITS) - ypos; in at91_ts_sample()1113 input_set_abs_params(input, ABS_X, 0, (1 << MAX_POS_BITS) - 1, in at91_ts_register()1115 input_set_abs_params(input, ABS_Y, 0, (1 << MAX_POS_BITS) - 1, in at91_ts_register()