Home
last modified time | relevance | path

Searched refs:dc_cntrl_reg (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/power/pmic/
Dpmic_tps65217.c118 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()
Dpmic_tps65218.c166 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/
Dtps65218.h78 int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);
Dtps65217.h88 int tps65217_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);