Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/regulator/
H A Dsandbox.c22 #define RANGE(_min, _max, _step) { \ argument
25 .step = _step, \
H A Dstpmu1.c32 #define STPMU1_RANGE(_min_uv, _min_sel, _max_sel, _step) { \ argument
36 .step = _step, \
/openbmc/u-boot/tools/buildman/
H A Dbuilder.py275 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 Drawnand.h1028 #define NAND_ECC_INFO(_strength, _step) \ argument
1029 { .strength_ds = (_strength), .step_ds = (_step) }