vstep             765 drivers/clk/tegra/clk-dfll.c 		int vstep = td->soc->alignment.step_uv;
vstep             769 drivers/clk/tegra/clk-dfll.c 		if ((vinit >= vmin) && vstep) {
vstep             772 drivers/clk/tegra/clk-dfll.c 			vsel = DIV_ROUND_UP((vinit - vmin), vstep);
vstep             871 drivers/gpu/drm/sun4i/sun8i_vi_scaler.c 				      u32 hstep, u32 vstep,
vstep             168 drivers/regulator/hi6421-regulator.c #define HI6421_LDO_LINEAR(_id, _match, _min_uV, n_volt, vstep, vreg, vmask,\
vstep             181 drivers/regulator/hi6421-regulator.c 			.uV_step	= vstep,			\
vstep             129 drivers/regulator/hi655x-regulator.c 			  sreg, cmask, minv, nvolt, vstep) {     \
vstep             140 drivers/regulator/hi655x-regulator.c 		.uV_step         = vstep,                        \
vstep             131 drivers/regulator/sc2731-regulator.c 			  vstep, vmin, vmax) {			\
vstep             139 drivers/regulator/sc2731-regulator.c 	.n_voltages		= ((vmax) - (vmin)) / (vstep) + 1,	\
vstep             140 drivers/regulator/sc2731-regulator.c 	.uV_step		= vstep,			\