Home
last modified time | relevance | path

Searched refs:vstep (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/regulator/
H A Dsc2731-regulator.c131 vstep, vmin, vmax) { \ argument
139 .n_voltages = ((vmax) - (vmin)) / (vstep) + 1, \
140 .uV_step = vstep, \
H A Dhi655x-regulator.c129 sreg, cmask, minv, nvolt, vstep) { \ argument
140 .uV_step = vstep, \
H A Dhi6421-regulator.c168 #define HI6421_LDO_LINEAR(_id, _match, _min_uV, n_volt, vstep, vreg, vmask,\ argument
181 .uV_step = vstep, \
/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_scaler.c871 u32 hstep, u32 vstep, in sun8i_vi_scaler_set_coeff() argument
/linux/drivers/clk/tegra/
H A Dclk-dfll.c766 int vstep = td->soc->alignment.step_uv; in dfll_init_out_if() local
770 if ((vinit >= vmin) && vstep) { in dfll_init_out_if()
773 vsel = DIV_ROUND_UP((vinit - vmin), vstep); in dfll_init_out_if()