Home
last modified time | relevance | path

Searched refs:uV_step (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/power/regulator/
H A Dpfuze100.c34 unsigned int uV_step; member
63 .uV_step = (step), \
74 .uV_step = (step), \
93 .uV_step = (step), \
104 .uV_step = (step), \
115 .uV_step = (step), \
126 .uV_step = (step), \
137 .uV_step = (step), \
476 *uV = uc_pdata->min_uV + (int)val * desc->uV_step; in pfuze100_regulator_val()
504 (*uV - uc_pdata->min_uV) / desc->uV_step); in pfuze100_regulator_val()
H A Drk801_regulator.c33 unsigned int uV_step; member