Searched refs:volt_sel (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/power/pmic/ |
| H A D | pmic_tps62362.c | 21 int tps62362_voltage_update(unsigned char reg, unsigned char volt_sel) in tps62362_voltage_update() argument 26 return i2c_write(TPS62362_I2C_ADDR, reg, 1, &volt_sel, 1); in tps62362_voltage_update()
|
| H A D | pmic_tps65217.c | 91 int tps65217_voltage_update(uchar dc_cntrl_reg, uchar volt_sel) in tps65217_voltage_update() argument 99 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65217_voltage_update()
|
| H A D | pmic_tps65218.c | 96 int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel) in tps65218_voltage_update() argument 104 if (tps65218_reg_write(TPS65218_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65218_voltage_update()
|
| /rk3399_rockchip-uboot/include/power/ |
| H A D | tps62362.h | 27 int tps62362_voltage_update(unsigned char reg, unsigned char volt_sel);
|
| H A D | tps65217.h | 87 int tps65217_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);
|
| H A D | tps65218.h | 78 int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);
|