Home
last modified time | relevance | path

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

/u-boot/drivers/power/
A Dtps6586x.c34 static int tps6586x_read(int reg) in tps6586x_read() function
98 ctrl1 = tps6586x_read(SUPPLY_CONTROL1); in read_voltages()
99 ctrl2 = tps6586x_read(SUPPLY_CONTROL2); in read_voltages()
105 *sm0 = tps6586x_read(is_v2 ? SM0_VOLTAGE_V2 : SM0_VOLTAGE_V1); in read_voltages()
106 *sm1 = tps6586x_read(is_v2 ? SM1_VOLTAGE_V2 : SM1_VOLTAGE_V1); in read_voltages()
156 ret = tps6586x_read(PFM_MODE); in tps6586x_set_pwm_mode()

Completed in 3 milliseconds