Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/touchscreen/
Dstmpe-ts.c193 tsc_cfg = STMPE_AVE_CTRL(ts->ave_ctrl) | in stmpe_init_hw()
196 tsc_cfg_mask = STMPE_AVE_CTRL(0xff) | STMPE_DET_DELAY(0xff) | in stmpe_init_hw()
/linux-5.19.10/include/linux/mfd/
Dstmpe.h17 #define STMPE_AVE_CTRL(x) ((x & 0x3) << 6) macro