Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Deeti_ts.c54 #define EETI_TS_BITDEPTH (11) macro
55 #define EETI_MAXVAL ((1 << (EETI_TS_BITDEPTH + 1)) - 1)
61 #define REPORT_RES_BITS(v) (((v) >> 1) + EETI_TS_BITDEPTH)
96 x >>= res - EETI_TS_BITDEPTH; in eeti_ts_read()
97 y >>= res - EETI_TS_BITDEPTH; in eeti_ts_read()