Searched refs:tps65218_update_bits (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/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()
|