Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Deeti_ts.c36 #define EETI_MAXVAL ((1 << (EETI_TS_BITDEPTH + 1)) - 1) macro
191 input_set_abs_params(input, ABS_X, 0, EETI_MAXVAL, 0, 0); in eeti_ts_probe()
192 input_set_abs_params(input, ABS_Y, 0, EETI_MAXVAL, 0, 0); in eeti_ts_probe()