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