first_step        130 drivers/input/touchscreen/ti_am335x_tsc.c 	int end_step, first_step, tsc_steps;
first_step        150 drivers/input/touchscreen/ti_am335x_tsc.c 	first_step = TOTAL_STEPS - tsc_steps;
first_step        152 drivers/input/touchscreen/ti_am335x_tsc.c 	end_step = first_step + tsc_steps;
first_step        176 drivers/input/touchscreen/ti_am335x_tsc.c 	end_step = first_step + ts_dev->coordinate_readouts;
first_step        177 drivers/input/touchscreen/ti_am335x_tsc.c 	for (i = first_step; i < end_step; i++) {
first_step        206 drivers/input/touchscreen/ti_am335x_tsc.c 		stepenable |= 1 << (first_step + i + 1);