Searched refs:tps65218_reg_write (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/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 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()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | tps65218.c | 56 int tps65218_reg_write(struct tps65218 *tps, unsigned int reg, in tps65218_reg_write() function 77 EXPORT_SYMBOL_GPL(tps65218_reg_write); 104 ret = tps65218_reg_write(tps, reg, data, level); in tps65218_update_bits()
|
| /OK3568_Linux_fs/u-boot/include/power/ |
| H A D | tps65218.h | 76 int tps65218_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val,
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | tps65218.h | 274 int tps65218_reg_write(struct tps65218 *tps, unsigned int reg,
|