Home
last modified time | relevance | path

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

/external/u-boot/drivers/power/
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()