Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/input/touchscreen/
Dstmpe-ts.c194 STMPE_DET_DELAY(ts->touch_det_delay) | in stmpe_init_hw()
196 tsc_cfg_mask = STMPE_AVE_CTRL(0xff) | STMPE_DET_DELAY(0xff) | in stmpe_init_hw()
/linux-6.1.9/include/linux/mfd/
Dstmpe.h18 #define STMPE_DET_DELAY(x) ((x & 0x7) << 3) macro