Searched refs:volt_sel (Results 1 – 6 of 6) sorted by relevance
/u-boot/drivers/power/pmic/ |
A D | pmic_tps62362.c | 24 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 D | pmic_tps65217.c | 118 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 D | pmic_tps65218.c | 166 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 D | tps62362.h | 26 int tps62362_voltage_update(unsigned char reg, unsigned char volt_sel);
|
A D | tps65217.h | 88 int tps65217_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);
|
A D | tps65218.h | 78 int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);
|
Completed in 5 milliseconds