Searched refs:dc_cntrl_reg (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/power/pmic/ |
D | pmic_tps65217.c | 118 int tps65217_voltage_update(uchar dc_cntrl_reg, uchar volt_sel) in tps65217_voltage_update() argument 120 if ((dc_cntrl_reg != TPS65217_DEFDCDC1) && in tps65217_voltage_update() 121 (dc_cntrl_reg != TPS65217_DEFDCDC2) && in tps65217_voltage_update() 122 (dc_cntrl_reg != TPS65217_DEFDCDC3)) in tps65217_voltage_update() 126 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65217_voltage_update()
|
D | pmic_tps65218.c | 166 int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel) in tps65218_voltage_update() argument 168 if ((dc_cntrl_reg != TPS65218_DCDC1) && in tps65218_voltage_update() 169 (dc_cntrl_reg != TPS65218_DCDC2) && in tps65218_voltage_update() 170 (dc_cntrl_reg != TPS65218_DCDC3)) in tps65218_voltage_update() 174 if (tps65218_reg_write(TPS65218_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65218_voltage_update()
|
/external/u-boot/include/power/ |
D | tps65218.h | 78 int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);
|
D | tps65217.h | 88 int tps65217_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);
|