Home
last modified time | relevance | path

Searched refs:tps65218_reg_write (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/power/pmic/
H A Dpmic_tps65218.c43 int tps65218_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val, in tps65218_reg_write() function
104 if (tps65218_reg_write(TPS65218_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65218_voltage_update()
109 if (tps65218_reg_write(TPS65218_PROT_LEVEL_2, TPS65218_SLEW, in tps65218_voltage_update()
123 if (tps65218_reg_write(TPS65218_PROT_LEVEL_NONE, TPS65218_PASSWORD, in tps65218_toggle_fseal()
127 if (tps65218_reg_write(TPS65218_PROT_LEVEL_NONE, TPS65218_PASSWORD, in tps65218_toggle_fseal()
131 if (tps65218_reg_write(TPS65218_PROT_LEVEL_NONE, TPS65218_PASSWORD, in tps65218_toggle_fseal()
/rk3399_rockchip-uboot/include/power/
H A Dtps65218.h76 int tps65218_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val,