Home
last modified time | relevance | path

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

/u-boot/drivers/power/pmic/
A Dpmic_tps62362.c24 int tps62362_voltage_update(unsigned char reg, unsigned char volt_sel) in tps62362_voltage_update() argument
30 return i2c_write(TPS62362_I2C_ADDR, reg, 1, &volt_sel, 1); in tps62362_voltage_update()
34 return dm_i2c_reg_write(tps62362_dev, reg, volt_sel); in tps62362_voltage_update()
A Dpmic_tps65217.c118 int tps65217_voltage_update(uchar dc_cntrl_reg, uchar volt_sel) in tps65217_voltage_update() argument
126 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65217_voltage_update()
A Dpmic_tps65218.c166 int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel) in tps65218_voltage_update() argument
174 if (tps65218_reg_write(TPS65218_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65218_voltage_update()
/u-boot/include/power/
A Dtps62362.h26 int tps62362_voltage_update(unsigned char reg, unsigned char volt_sel);
A Dtps65217.h88 int tps65217_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);
A Dtps65218.h78 int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);

Completed in 5 milliseconds