Searched refs:tps65218_set_bits (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/regulator/ |
D | tps65218-regulator.c | 79 ret = tps65218_set_bits(tps, dev->desc->vsel_reg, dev->desc->vsel_mask, in tps65218_pmic_set_voltage_sel() 86 ret = tps65218_set_bits(tps, TPS65218_REG_CONTRL_SLEW_RATE, in tps65218_pmic_set_voltage_sel() 105 return tps65218_set_bits(tps, dev->desc->enable_reg, in tps65218_pmic_enable() 159 return tps65218_set_bits(tps, dev->desc->bypass_reg, in tps65218_pmic_set_suspend_disable() 206 return tps65218_set_bits(tps, dev->desc->csel_reg, dev->desc->csel_mask, in tps65218_pmic_set_input_current_lim() 225 return tps65218_set_bits(tps, dev->desc->csel_reg, dev->desc->csel_mask, in tps65218_pmic_set_current_limit()
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-tps65218.c | 48 tps65218_set_bits(tps65218, TPS65218_REG_ENABLE2, in tps65218_gpio_set() 164 return tps65218_set_bits(tps65218, in tps65218_gpio_set_config()
|
/Linux-v4.19/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-v4.19/include/linux/mfd/ |
D | tps65218.h | 271 int tps65218_set_bits(struct tps65218 *tps, unsigned int reg,
|