Searched refs:tps65910_reg_update_bits (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/regulator/ |
D | tps65910-regulator.c | 402 return tps65910_reg_update_bits(pmic->mfd, reg, in tps65910_set_mode() 608 tps65910_reg_update_bits(pmic->mfd, TPS65910_VDD1, in tps65910_set_voltage_dcdc_sel() 619 tps65910_reg_update_bits(pmic->mfd, TPS65910_VDD2, in tps65910_set_voltage_dcdc_sel() 652 return tps65910_reg_update_bits(pmic->mfd, reg, LDO_SEL_MASK, in tps65910_set_voltage_sel() 655 return tps65910_reg_update_bits(pmic->mfd, reg, BBCH_BBSEL_MASK, in tps65910_set_voltage_sel() 676 return tps65910_reg_update_bits(pmic->mfd, reg, LDO1_SEL_MASK, in tps65911_set_voltage_sel() 683 return tps65910_reg_update_bits(pmic->mfd, reg, LDO3_SEL_MASK, in tps65911_set_voltage_sel() 686 return tps65910_reg_update_bits(pmic->mfd, reg, LDO_SEL_MASK, in tps65911_set_voltage_sel() 689 return tps65910_reg_update_bits(pmic->mfd, reg, BBCH_BBSEL_MASK, in tps65911_set_voltage_sel()
|
/Linux-v5.4/include/linux/mfd/ |
D | tps65910.h | 940 static inline int tps65910_reg_update_bits(struct tps65910 *tps65910, u8 reg, in tps65910_reg_update_bits() function
|