Searched refs:tps65218_set_bits (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/regulator/ |
| D | tps65218-regulator.c | 82 ret = tps65218_set_bits(tps, dev->desc->vsel_reg, dev->desc->vsel_mask, in tps65218_pmic_set_voltage_sel() 89 ret = tps65218_set_bits(tps, TPS65218_REG_CONTRL_SLEW_RATE, in tps65218_pmic_set_voltage_sel() 108 return tps65218_set_bits(tps, dev->desc->enable_reg, in tps65218_pmic_enable() 162 return tps65218_set_bits(tps, dev->desc->bypass_reg, in tps65218_pmic_set_suspend_disable() 209 return tps65218_set_bits(tps, dev->desc->csel_reg, dev->desc->csel_mask, in tps65218_pmic_set_input_current_lim() 229 return tps65218_set_bits(tps, dev->desc->csel_reg, dev->desc->csel_mask, in tps65218_pmic_set_current_limit()
|
| /Linux-v5.4/drivers/gpio/ |
| D | gpio-tps65218.c | 44 tps65218_set_bits(tps65218, TPS65218_REG_ENABLE2, in tps65218_gpio_set() 160 return tps65218_set_bits(tps65218, in tps65218_gpio_set_config()
|
| /Linux-v5.4/drivers/mfd/ |
| D | tps65218.c | 112 int tps65218_set_bits(struct tps65218 *tps, unsigned int reg, in tps65218_set_bits() function 117 EXPORT_SYMBOL_GPL(tps65218_set_bits);
|
| /Linux-v5.4/include/linux/mfd/ |
| D | tps65218.h | 276 int tps65218_set_bits(struct tps65218 *tps, unsigned int reg,
|