Searched refs:_step (Results 1 – 3 of 3) sorted by relevance
25 #define RANGE(_min, _max, _step) { \ argument28 .step = _step, \
261 self._step = step1336 for commit_upto in range(0, self.commit_count, self._step):1350 count = (self.commit_count + self._step - 1) / self._step1458 job.step = self._step
1008 #define NAND_ECC_INFO(_strength, _step) \ argument1009 { .strength_ds = (_strength), .step_ds = (_step) }