Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dtps51632-regulator.c117 vsel = TPS51632_VOLT_VSEL(pdata->base_voltage_uV); in tps51632_init_dcdc()
235 pdata->base_voltage_uV = pdata->reg_init_data->constraints.min_uV ? : in of_get_tps51632_platform_data()
293 if ((pdata->base_voltage_uV < TPS51632_MIN_VOLTAGE) || in tps51632_probe()
294 (pdata->base_voltage_uV > TPS51632_MAX_VOLTAGE)) { in tps51632_probe()
/openbmc/linux/include/linux/regulator/
H A Dtps51632-regulator.h30 int base_voltage_uV; member