Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/regulator/
H A Dsandbox.c25 #define RANGE(_min, _max, _step) { \ argument
28 .step = _step, \
/rk3399_rockchip-uboot/tools/buildman/
H A Dbuilder.py261 self._step = step
1336 for commit_upto in range(0, self.commit_count, self._step):
1350 count = (self.commit_count + self._step - 1) / self._step
1458 job.step = self._step
/rk3399_rockchip-uboot/include/linux/mtd/
H A Drawnand.h1008 #define NAND_ECC_INFO(_strength, _step) \ argument
1009 { .strength_ds = (_strength), .step_ds = (_step) }