Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dstmpe-ts.c57 #define DET_DELAY(x) ((x & 0x7) << 3) macro
234 tsc_cfg = AVE_CTRL(ts->ave_ctrl) | DET_DELAY(ts->touch_det_delay) | in stmpe_init_hw()
236 tsc_cfg_mask = AVE_CTRL(0xff) | DET_DELAY(0xff) | SETTLING(0xff); in stmpe_init_hw()