Home
last modified time | relevance | path

Searched refs:GRTS_MAX_POS_MASK (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/input/touchscreen/
H A Dresistive-adc-touch.c24 #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()