Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dti_am335x_tscadc.h70 #define STEPCONFIG_INP(val) FIELD_PREP(GENMASK(22, 19), (val)) macro
71 #define STEPCONFIG_INP_AN4 STEPCONFIG_INP(4)
72 #define STEPCONFIG_INP_ADCREFM STEPCONFIG_INP(8)
/linux/drivers/input/touchscreen/
H A Dti_am335x_tsc.c137 config |= STEPCONFIG_INP(ts_dev->inp_yp) | ts_dev->bit_xn; in titsc_step_config()
145 config |= STEPCONFIG_INP(ts_dev->inp_yp) | ts_dev->bit_xn; in titsc_step_config()
165 config |= ts_dev->bit_yp | STEPCONFIG_INP(ts_dev->inp_xp); in titsc_step_config()
172 config |= ts_dev->bit_yp | STEPCONFIG_INP(ts_dev->inp_xp); in titsc_step_config()
195 STEPCONFIG_INP(ts_dev->inp_xp); in titsc_step_config()
204 STEPCONFIG_INP(ts_dev->inp_yn); in titsc_step_config()