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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Deeti_ts.c55 #define EETI_MAXVAL ((1 << (EETI_TS_BITDEPTH + 1)) - 1) macro
100 x = EETI_MAXVAL - x;
103 y = EETI_MAXVAL - y;
190 input_set_abs_params(input, ABS_X, 0, EETI_MAXVAL, 0, 0);
191 input_set_abs_params(input, ABS_Y, 0, EETI_MAXVAL, 0, 0);

Completed in 33 milliseconds