Searched refs:tps65217_update_bits (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/mfd/ |
D | tps65217.c | 259 static int tps65217_update_bits(struct tps65217 *tps, unsigned int reg, in tps65217_update_bits() function 284 return tps65217_update_bits(tps, reg, mask, val, level); in tps65217_set_bits() 291 return tps65217_update_bits(tps, reg, mask, 0, level); in tps65217_clear_bits()
|