Home
last modified time | relevance | path

Searched refs:_step (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/power/regulator/
A Dsandbox.c22 #define RANGE(_min, _max, _step) { \ argument
25 .step = _step, \
A Dstpmic1.c33 #define STPMIC1_RANGE(_min_uv, _min_sel, _max_sel, _step) { \ argument
37 .step = _step, \
/u-boot/tools/buildman/
A Dbuilder.py290 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 Drawnand.h1048 #define NAND_ECC_INFO(_strength, _step) \ argument
1049 { .strength_ds = (_strength), .step_ds = (_step) }

Completed in 14 milliseconds