Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dstmpe-ts.c195 STMPE_SETTLING(ts->settling); in stmpe_init_hw()
197 STMPE_SETTLING(0xff); in stmpe_init_hw()
/openbmc/linux/include/linux/mfd/
H A Dstmpe.h19 #define STMPE_SETTLING(x) (x & 0x7) macro