Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/regulator/
Dtps65910-regulator.c407 return tps65910_reg_update_bits(pmic->mfd, reg, in tps65910_set_mode()
613 tps65910_reg_update_bits(pmic->mfd, TPS65910_VDD1, in tps65910_set_voltage_dcdc_sel()
624 tps65910_reg_update_bits(pmic->mfd, TPS65910_VDD2, in tps65910_set_voltage_dcdc_sel()
657 return tps65910_reg_update_bits(pmic->mfd, reg, LDO_SEL_MASK, in tps65910_set_voltage_sel()
660 return tps65910_reg_update_bits(pmic->mfd, reg, BBCH_BBSEL_MASK, in tps65910_set_voltage_sel()
681 return tps65910_reg_update_bits(pmic->mfd, reg, LDO1_SEL_MASK, in tps65911_set_voltage_sel()
688 return tps65910_reg_update_bits(pmic->mfd, reg, LDO3_SEL_MASK, in tps65911_set_voltage_sel()
691 return tps65910_reg_update_bits(pmic->mfd, reg, LDO_SEL_MASK, in tps65911_set_voltage_sel()
694 return tps65910_reg_update_bits(pmic->mfd, reg, BBCH_BBSEL_MASK, in tps65911_set_voltage_sel()
/linux-4.1.27/include/linux/mfd/
Dtps65910.h944 static inline int tps65910_reg_update_bits(struct tps65910 *tps65910, u8 reg, in tps65910_reg_update_bits() function