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