Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mfd/
Dti_am335x_tscadc.h82 #define STEPCONFIG_INP(val) ((val) << 19) macro
83 #define STEPCONFIG_INP_AN4 STEPCONFIG_INP(4)
84 #define STEPCONFIG_INP_ADCREFM STEPCONFIG_INP(8)
/linux-4.4.14/drivers/input/touchscreen/
Dti_am335x_tsc.c133 config |= STEPCONFIG_INP(ts_dev->inp_yp) | ts_dev->bit_xn; in titsc_step_config()
141 config |= STEPCONFIG_INP(ts_dev->inp_yp) | ts_dev->bit_xn; in titsc_step_config()
160 config |= ts_dev->bit_yp | STEPCONFIG_INP(ts_dev->inp_xp); in titsc_step_config()
167 config |= ts_dev->bit_yp | STEPCONFIG_INP(ts_dev->inp_xp); in titsc_step_config()
188 STEPCONFIG_INP(ts_dev->inp_xp); in titsc_step_config()
194 config |= STEPCONFIG_INP(ts_dev->inp_yn); in titsc_step_config()
/linux-4.4.14/drivers/iio/adc/
Dti_am335x_adc.c126 stepconfig | STEPCONFIG_INP(chan)); in tiadc_step_config()