Searched refs:tps65218_update_bits (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/ |
D | tps65218.c | 88 static int tps65218_update_bits(struct tps65218 *tps, unsigned int reg, in tps65218_update_bits() function 115 return tps65218_update_bits(tps, reg, mask, val, level); in tps65218_set_bits() 122 return tps65218_update_bits(tps, reg, mask, 0, level); in tps65218_clear_bits() 229 tps65218_update_bits(tps, TPS65218_REG_CONFIG1, in tps65218_voltage_set_strict() 250 tps65218_update_bits(tps, TPS65218_REG_CONFIG2, in tps65218_voltage_set_uv_hyst() 285 tps65218_update_bits(tps, TPS65218_REG_CONFIG1, in tps65218_voltage_set_uvlo()
|