Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dti_am335x_tsc.c128 int end_step, first_step, tsc_steps; in titsc_step_config() local
148 first_step = TOTAL_STEPS - tsc_steps; in titsc_step_config()
150 end_step = first_step + tsc_steps; in titsc_step_config()
174 end_step = first_step + ts_dev->coordinate_readouts; in titsc_step_config()
175 for (i = first_step; i < end_step; i++) { in titsc_step_config()
204 stepenable |= 1 << (first_step + i + 1); in titsc_step_config()