Searched refs:_step (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/power/regulator/ |
A D | sandbox.c | 22 #define RANGE(_min, _max, _step) { \ argument 25 .step = _step, \
|
A D | stpmic1.c | 33 #define STPMIC1_RANGE(_min_uv, _min_sel, _max_sel, _step) { \ argument 37 .step = _step, \
|
/u-boot/tools/buildman/ |
A D | builder.py | 290 self._step = step 1518 for commit_upto in range(0, self.commit_count, self._step): 1532 count = (self.commit_count + self._step - 1) // self._step 1700 job.step = self._step
|
/u-boot/include/linux/mtd/ |
A D | rawnand.h | 1048 #define NAND_ECC_INFO(_strength, _step) \ argument 1049 { .strength_ds = (_strength), .step_ds = (_step) }
|
Completed in 14 milliseconds