Searched refs:_step (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/drivers/power/regulator/ |
| H A D | sandbox.c | 22 #define RANGE(_min, _max, _step) { \ argument 25 .step = _step, \
|
| H A D | stpmu1.c | 32 #define STPMU1_RANGE(_min_uv, _min_sel, _max_sel, _step) { \ argument 36 .step = _step, \
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | builder.py | 275 self._step = step 1447 for commit_upto in range(0, self.commit_count, self._step): 1461 count = (self.commit_count + self._step - 1) / self._step 1569 job.step = self._step
|
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | rawnand.h | 1028 #define NAND_ECC_INFO(_strength, _step) \ argument 1029 { .strength_ds = (_strength), .step_ds = (_step) }
|