Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/
H A Dtps6586x.c32 static int tps6586x_read(int reg) in tps6586x_read() function
96 ctrl1 = tps6586x_read(SUPPLY_CONTROL1); in read_voltages()
97 ctrl2 = tps6586x_read(SUPPLY_CONTROL2); in read_voltages()
103 *sm0 = tps6586x_read(is_v2 ? SM0_VOLTAGE_V2 : SM0_VOLTAGE_V1); in read_voltages()
104 *sm1 = tps6586x_read(is_v2 ? SM1_VOLTAGE_V2 : SM1_VOLTAGE_V1); in read_voltages()
154 ret = tps6586x_read(PFM_MODE); in tps6586x_set_pwm_mode()
/openbmc/linux/include/linux/mfd/
H A Dtps6586x.h103 extern int tps6586x_read(struct device *dev, int reg, uint8_t *val);
/openbmc/linux/drivers/gpio/
H A Dgpio-tps6586x.c36 ret = tps6586x_read(tps6586x_gpio->parent, TPS6586X_GPIOSET2, &val); in tps6586x_gpio_get()
/openbmc/linux/drivers/mfd/
H A Dtps6586x.c156 int tps6586x_read(struct device *dev, int reg, uint8_t *val) in tps6586x_read() function
167 EXPORT_SYMBOL_GPL(tps6586x_read);
/openbmc/linux/drivers/regulator/
H A Dtps6586x-regulator.c277 ret = tps6586x_read(parent, ri->enable_reg[0], &val1); in tps6586x_regulator_preinit()
281 ret = tps6586x_read(parent, ri->enable_reg[1], &val2); in tps6586x_regulator_preinit()