Searched refs:lp872x_update_bits (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/regulator/ |
D | lp872x.c | 175 static inline int lp872x_update_bits(struct lp872x *lp, u8 addr, in lp872x_update_bits() function 330 return lp872x_update_bits(lp, addr, mask, selector); in lp872x_buck_set_voltage_sel() 384 return lp872x_update_bits(lp, addr, mask, val); in lp872x_buck_set_mode() 701 return lp872x_update_bits(lp, LP872X_GENERAL_CFG, mask[lp->chipid], in lp872x_init_dvs()
|