Searched refs:regmap_field_update_bits_base (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ |
| H A D | regmap.h | 1466 int regmap_field_update_bits_base(struct regmap_field *field, 1478 return regmap_field_update_bits_base(field, ~0, val, in regmap_field_write() 1485 return regmap_field_update_bits_base(field, ~0, val, NULL, false, true); in regmap_field_force_write() 1491 return regmap_field_update_bits_base(field, mask, val, in regmap_field_update_bits() 1498 return regmap_field_update_bits_base(field, bits, bits, NULL, false, in regmap_field_set_bits() 1505 return regmap_field_update_bits_base(field, bits, 0, NULL, false, in regmap_field_clear_bits() 1515 return regmap_field_update_bits_base(field, mask, val, in regmap_field_force_update_bits() 1897 static inline int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function
|