Searched refs:volt_sel (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/drivers/power/pmic/ |
D | pmic_tps62362.c | 20 int tps62362_voltage_update(unsigned char reg, unsigned char volt_sel) in tps62362_voltage_update() argument 25 return i2c_write(TPS62362_I2C_ADDR, reg, 1, &volt_sel, 1); in tps62362_voltage_update()
|
D | pmic_tps65217.c | 90 int tps65217_voltage_update(uchar dc_cntrl_reg, uchar volt_sel) in tps65217_voltage_update() argument 98 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65217_voltage_update()
|
D | pmic_tps65218.c | 95 int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel) in tps65218_voltage_update() argument 103 if (tps65218_reg_write(TPS65218_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65218_voltage_update()
|
/external/u-boot/include/power/ |
D | tps62362.h | 26 int tps62362_voltage_update(unsigned char reg, unsigned char volt_sel);
|
D | tps65217.h | 86 int tps65217_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);
|
D | tps65218.h | 78 int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);
|