Searched refs:tps65218_set_bits (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/regulator/ |
H A D | tps65218-regulator.c | 111 ret = tps65218_set_bits(tps, dev->desc->vsel_reg, dev->desc->vsel_mask, tps65218_pmic_set_voltage_sel() 118 ret = tps65218_set_bits(tps, TPS65218_REG_CONTRL_SLEW_RATE, tps65218_pmic_set_voltage_sel() 137 return tps65218_set_bits(tps, dev->desc->enable_reg, tps65218_pmic_enable()
|
/linux-4.4.14/drivers/mfd/ |
H A D | tps65218.c | 114 int tps65218_set_bits(struct tps65218 *tps, unsigned int reg, tps65218_set_bits() function 119 EXPORT_SYMBOL_GPL(tps65218_set_bits); variable
|
/linux-4.4.14/include/linux/mfd/ |
H A D | tps65218.h | 278 int tps65218_set_bits(struct tps65218 *tps, unsigned int reg,
|
Completed in 183 milliseconds