Searched refs:tps65218_update_bits (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/mfd/ |
H A D | tps65218.c | 79 static int tps65218_update_bits(struct tps65218 *tps, unsigned int reg, in tps65218_update_bits() function 106 return tps65218_update_bits(tps, reg, mask, val, level); in tps65218_set_bits() 113 return tps65218_update_bits(tps, reg, mask, 0, level); in tps65218_clear_bits() 220 tps65218_update_bits(tps, TPS65218_REG_CONFIG1, in tps65218_voltage_set_strict() 241 tps65218_update_bits(tps, TPS65218_REG_CONFIG2, in tps65218_voltage_set_uv_hyst() 276 tps65218_update_bits(tps, TPS65218_REG_CONFIG1, in tps65218_voltage_set_uvlo()
|