Searched refs:tps65218_reg_write (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/power/pmic/ |
H A D | pmic_tps65218.c | 43 int tps65218_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val, in tps65218_reg_write() function 108 int tps65218_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val, in tps65218_reg_write() function 174 if (tps65218_reg_write(TPS65218_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65218_voltage_update() 179 if (tps65218_reg_write(TPS65218_PROT_LEVEL_2, TPS65218_SLEW, in tps65218_voltage_update() 193 if (tps65218_reg_write(TPS65218_PROT_LEVEL_NONE, TPS65218_PASSWORD, in tps65218_toggle_fseal() 197 if (tps65218_reg_write(TPS65218_PROT_LEVEL_NONE, TPS65218_PASSWORD, in tps65218_toggle_fseal() 201 if (tps65218_reg_write(TPS65218_PROT_LEVEL_NONE, TPS65218_PASSWORD, in tps65218_toggle_fseal()
|
/openbmc/linux/drivers/mfd/ |
H A D | tps65218.c | 47 int tps65218_reg_write(struct tps65218 *tps, unsigned int reg, in tps65218_reg_write() function 68 EXPORT_SYMBOL_GPL(tps65218_reg_write); 95 ret = tps65218_reg_write(tps, reg, data, level); in tps65218_update_bits()
|
/openbmc/u-boot/include/power/ |
H A D | tps65218.h | 76 int tps65218_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val,
|
/openbmc/linux/include/linux/mfd/ |
H A D | tps65218.h | 266 int tps65218_reg_write(struct tps65218 *tps, unsigned int reg,
|