Searched refs:STEPCONFIG_INP (Results 1 – 3 of 3) sorted by relevance
87 #define STEPCONFIG_INP(val) ((val) << 19) macro88 #define STEPCONFIG_INP_AN4 STEPCONFIG_INP(4)89 #define STEPCONFIG_INP_ADCREFM STEPCONFIG_INP(8)
137 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()164 config |= ts_dev->bit_yp | STEPCONFIG_INP(ts_dev->inp_xp); in titsc_step_config()171 config |= ts_dev->bit_yp | STEPCONFIG_INP(ts_dev->inp_xp); in titsc_step_config()192 STEPCONFIG_INP(ts_dev->inp_xp); in titsc_step_config()198 config |= STEPCONFIG_INP(ts_dev->inp_yn); in titsc_step_config()
145 stepconfig | STEPCONFIG_INP(chan) | in tiadc_step_config()