Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/regulator/
H A Dtps65910_regulator.c91 TPS65910_REG_VDD2,
315 return buck_get_vdd1_vdd2_value(dev->parent, TPS65910_REG_VDD2); in tps65910_buck_get_value()
333 reg_vdd = TPS65910_REG_VDD2; in buck_set_vdd1_vdd2_value()
/openbmc/linux/drivers/regulator/
H A Dtps65910-regulator.c328 case TPS65910_REG_VDD2: in tps65910_get_ctrl_register()
364 case TPS65910_REG_VDD2: in tps65911_get_ctrl_register()
459 case TPS65910_REG_VDD2: in tps65910_get_voltage_dcdc_sel()
612 case TPS65910_REG_VDD2: in tps65910_set_voltage_dcdc_sel()
705 case TPS65910_REG_VDD2: in tps65910_list_voltage_dcdc()
914 (id == TPS65910_REG_VDD2) || in tps65910_set_ext_sleep_config()
1162 if (i == TPS65910_REG_VDD1 || i == TPS65910_REG_VDD2) { in tps65910_probe()
/openbmc/u-boot/include/power/
H A Dtps65910_pmic.h54 TPS65910_REG_VDD2, enumerator
/openbmc/linux/include/linux/mfd/
H A Dtps65910.h820 #define TPS65910_REG_VDD2 3 macro