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.c90 int tps65217_voltage_update(uchar dc_cntrl_reg, uchar volt_sel) in tps65217_voltage_update() argument
92 if ((dc_cntrl_reg != TPS65217_DEFDCDC1) && in tps65217_voltage_update()
93 (dc_cntrl_reg != TPS65217_DEFDCDC2) && in tps65217_voltage_update()
94 (dc_cntrl_reg != TPS65217_DEFDCDC3)) in tps65217_voltage_update()
98 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65217_voltage_update()
Dpmic_tps65218.c95 int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel) in tps65218_voltage_update() argument
97 if ((dc_cntrl_reg != TPS65218_DCDC1) && in tps65218_voltage_update()
98 (dc_cntrl_reg != TPS65218_DCDC2) && in tps65218_voltage_update()
99 (dc_cntrl_reg != TPS65218_DCDC3)) in tps65218_voltage_update()
103 if (tps65218_reg_write(TPS65218_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65218_voltage_update()
/external/u-boot/include/power/
Dtps65217.h86 int tps65217_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);
Dtps65218.h78 int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);