Searched refs:tps65218_set_bits (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/regulator/ |
| H A D | tps65218-regulator.c | 73 ret = tps65218_set_bits(tps, dev->desc->vsel_reg, dev->desc->vsel_mask, in tps65218_pmic_set_voltage_sel() 80 ret = tps65218_set_bits(tps, TPS65218_REG_CONTRL_SLEW_RATE, in tps65218_pmic_set_voltage_sel() 99 return tps65218_set_bits(tps, dev->desc->enable_reg, in tps65218_pmic_enable() 153 return tps65218_set_bits(tps, dev->desc->bypass_reg, in tps65218_pmic_set_suspend_disable() 200 return tps65218_set_bits(tps, dev->desc->csel_reg, dev->desc->csel_mask, in tps65218_pmic_set_input_current_lim() 220 return tps65218_set_bits(tps, dev->desc->csel_reg, dev->desc->csel_mask, in tps65218_pmic_set_current_limit()
|
| /linux/drivers/mfd/ |
| H A D | tps65218.c | 103 int tps65218_set_bits(struct tps65218 *tps, unsigned int reg, in tps65218_set_bits() function 108 EXPORT_SYMBOL_GPL(tps65218_set_bits);
|
| /linux/include/linux/mfd/ |
| H A D | tps65218.h | 268 int tps65218_set_bits(struct tps65218 *tps, unsigned int reg,
|