Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/regulator/
H A Dtps65910_regulator.c140 const struct regulator_props *rgp) in tps65910_regulator_get_value() argument
146 val = pmic_reg_read(dev->parent, rgp->reg); in tps65910_regulator_get_value()
150 vout = (vin >= *(rgp->vin_min + sel)) ? *(rgp->vout + sel) : 0; in tps65910_regulator_get_value()