Home
last modified time | relevance | path

Searched refs:max_uV (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/drivers/power/regulator/
Dpwm_regulator.c51 int max_uV = priv->max_voltage; in pwm_voltage_to_duty_cycle_percentage() local
52 int diff = max_uV - min_uV; in pwm_voltage_to_duty_cycle_percentage()
129 priv->max_voltage = uc_pdata->max_uV; in pwm_regulator_probe()
Dregulator-uclass.c46 if (uc_pdata->max_uV != -ENODATA && uV > uc_pdata->max_uV) in regulator_set_value()
314 uc_pdata->max_uV = dev_read_u32_default(dev, "regulator-max-microvolt", in regulator_pre_probe()
325 (uc_pdata->max_uV != -ENODATA) && in regulator_pre_probe()
326 (uc_pdata->min_uV == uc_pdata->max_uV)) in regulator_pre_probe()
Dfixed.c65 if (uc_pdata->min_uV != uc_pdata->max_uV) { in fixed_regulator_get_value()
Dgpio-regulator.c81 if (uc_pdata->min_uV > uc_pdata->max_uV) { in gpio_regulator_get_value()
Dstpmu1.c195 if ((uv < uc_pdata->min_uV) || (uv > uc_pdata->max_uV)) in stpmu1_buck_set_enable()
373 if ((uv < uc_pdata->min_uV) || (uv > uc_pdata->max_uV)) in stpmu1_ldo_set_enable()
Dtps65910_regulator.c345 if (uV > uc_pdata->max_uV) { in buck_set_vdd1_vdd2_value()
/external/u-boot/cmd/
Dregulator.c165 constraint(" - max uV:", uc_pdata->max_uV, NULL); in do_info()
288 if ((value < uc_pdata->min_uV || value > uc_pdata->max_uV) && !force) { in do_value()
290 uc_pdata->min_uV, uc_pdata->max_uV); in do_value()
/external/u-boot/include/power/
Dregulator.h169 int max_uV; member
/external/u-boot/arch/arm/mach-stm32mp/
Dpwr_regulator.c195 if (uc_pdata->min_uV != uc_pdata->max_uV) { in stm32mp_pwr_regulator_get_value()