Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Dpmic_tps65217.c91 int tps65217_voltage_update(uchar dc_cntrl_reg, uchar volt_sel) in tps65217_voltage_update() argument
93 if ((dc_cntrl_reg != TPS65217_DEFDCDC1) && in tps65217_voltage_update()
94 (dc_cntrl_reg != TPS65217_DEFDCDC2) && in tps65217_voltage_update()
95 (dc_cntrl_reg != TPS65217_DEFDCDC3)) in tps65217_voltage_update()
99 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65217_voltage_update()
H A Dpmic_tps65218.c96 int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel) in tps65218_voltage_update() argument
98 if ((dc_cntrl_reg != TPS65218_DCDC1) && in tps65218_voltage_update()
99 (dc_cntrl_reg != TPS65218_DCDC2) && in tps65218_voltage_update()
100 (dc_cntrl_reg != TPS65218_DCDC3)) in tps65218_voltage_update()
104 if (tps65218_reg_write(TPS65218_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65218_voltage_update()
/OK3568_Linux_fs/u-boot/include/power/
H A Dtps65217.h87 int tps65217_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);
H A Dtps65218.h78 int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);