Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dti_am335x_tsc.c126 int end_step, first_step, tsc_steps; in titsc_step_config() local
146 first_step = TOTAL_STEPS - tsc_steps; in titsc_step_config()
148 end_step = first_step + tsc_steps; in titsc_step_config()
172 end_step = first_step + ts_dev->coordinate_readouts; in titsc_step_config()
173 for (i = first_step; i < end_step; i++) { in titsc_step_config()
202 stepenable |= 1 << (first_step + i + 1); in titsc_step_config()