Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Drc25 progress=$((($step * $progress_size / $num_steps) + $first_step))
99 first_step=-100
106 first_step=$PROGRESS_STATE
113 first_step=$(($progress_size * 2 + $PROGRESS_STATE))
/openbmc/linux/drivers/input/touchscreen/
H A Dti_am335x_tsc.c129 int end_step, first_step, tsc_steps; in titsc_step_config() local
150 first_step = TOTAL_STEPS - tsc_steps; in titsc_step_config()
152 end_step = first_step + tsc_steps; in titsc_step_config()
178 end_step = first_step + ts_dev->coordinate_readouts; in titsc_step_config()
180 for (i = first_step; i < end_step; i++) { in titsc_step_config()
213 stepenable |= 1 << (first_step + i + 1); in titsc_step_config()