Searched defs:steps_tmp (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dusbduxfast.c758 long steps, steps_tmp; local
969 steps_tmp = steps - 1;
977 udfs->dux_commands[LENBASE + 1] = steps_tmp / 2;
984 udfs->dux_commands[LENBASE + 2] = steps_tmp - steps_tmp / 2;
999 steps_tmp = steps - 2;
1007 udfs->dux_commands[LENBASE + 4] = steps_tmp / 2;
1014 udfs->dux_commands[LENBASE + 5] = steps_tmp - steps_tmp / 2;
1062 steps_tmp
[all...]

Completed in 52 milliseconds