Searched refs:__write_reg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | tps6524x-regulator.c | 195 static int __write_reg(struct tps6524x *hw, int reg, int val) in __write_reg() function 248 ret = __write_reg(hw, reg, ret); in __rmw_reg() 259 ret = __write_reg(hw, REG_WRITE_ENABLE, 1); in rmw_protect() 269 ret = __write_reg(hw, REG_WRITE_ENABLE, 0); in rmw_protect()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | tps6524x-regulator.c | 195 static int __write_reg(struct tps6524x *hw, int reg, int val) in __write_reg() function 248 ret = __write_reg(hw, reg, ret); in __rmw_reg() 259 ret = __write_reg(hw, REG_WRITE_ENABLE, 1); in rmw_protect() 269 ret = __write_reg(hw, REG_WRITE_ENABLE, 0); in rmw_protect()
|
Completed in 3 milliseconds