Searched refs:MAX_POS_BITS (Results 1 – 1 of 1) sorted by relevance
144 #define MAX_POS_BITS 12 macro322 x = (xpos << MAX_POS_BITS) - xpos; in at91_ts_sample()333 y = (ypos << MAX_POS_BITS) - ypos; in at91_ts_sample()953 input_set_abs_params(input, ABS_X, 0, (1 << MAX_POS_BITS) - 1, in at91_ts_register()955 input_set_abs_params(input, ABS_Y, 0, (1 << MAX_POS_BITS) - 1, in at91_ts_register()