Searched refs:GRTS_MAX_POS_MASK (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/input/touchscreen/ |
D | resistive-adc-touch.c | 24 #define GRTS_MAX_POS_MASK GENMASK(11, 0) macro 246 input_set_abs_params(input, ABS_X, 0, GRTS_MAX_POS_MASK - 1, 0, 0); in grts_probe() 247 input_set_abs_params(input, ABS_Y, 0, GRTS_MAX_POS_MASK - 1, 0, 0); in grts_probe()
|