Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dtps65910-regulator.c326 case TPS65910_REG_VDD1: in tps65910_get_ctrl_register()
362 case TPS65910_REG_VDD1: in tps65911_get_ctrl_register()
443 case TPS65910_REG_VDD1: in tps65910_get_voltage_dcdc_sel()
602 case TPS65910_REG_VDD1: in tps65910_set_voltage_dcdc_sel()
704 case TPS65910_REG_VDD1: in tps65910_list_voltage_dcdc()
913 if ((id == TPS65910_REG_VDD1) || in tps65910_set_ext_sleep_config()
1162 if (i == TPS65910_REG_VDD1 || i == TPS65910_REG_VDD2) { in tps65910_probe()
/openbmc/u-boot/drivers/power/regulator/
H A Dtps65910_regulator.c90 TPS65910_REG_VDD1,
313 return buck_get_vdd1_vdd2_value(dev->parent, TPS65910_REG_VDD1); in tps65910_buck_get_value()
330 reg_vdd = TPS65910_REG_VDD1; in buck_set_vdd1_vdd2_value()
/openbmc/u-boot/include/power/
H A Dtps65910_pmic.h51 TPS65910_REG_VDD1, enumerator
/openbmc/linux/include/linux/mfd/
H A Dtps65910.h819 #define TPS65910_REG_VDD1 2 macro