Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Deeti_ts.c35 #define EETI_TS_BITDEPTH (11) macro
36 #define EETI_MAXVAL ((1 << (EETI_TS_BITDEPTH + 1)) - 1)
42 #define REPORT_RES_BITS(v) (((v) >> 1) + EETI_TS_BITDEPTH)
55 x >>= res - EETI_TS_BITDEPTH; in eeti_ts_report_event()
56 y >>= res - EETI_TS_BITDEPTH; in eeti_ts_report_event()