Searched refs:regmap_field_update_bits_base (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | regmap.h | 1460 int regmap_field_update_bits_base(struct regmap_field *field, 1472 return regmap_field_update_bits_base(field, ~0, val, in regmap_field_write() 1479 return regmap_field_update_bits_base(field, ~0, val, NULL, false, true); in regmap_field_force_write() 1485 return regmap_field_update_bits_base(field, mask, val, in regmap_field_update_bits() 1492 return regmap_field_update_bits_base(field, bits, bits, NULL, false, in regmap_field_set_bits() 1499 return regmap_field_update_bits_base(field, bits, 0, NULL, false, in regmap_field_clear_bits() 1509 return regmap_field_update_bits_base(field, mask, val, in regmap_field_force_update_bits() 1888 static inline int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function
|
| /linux-6.15/drivers/base/regmap/ |
| H A D | regmap.c | 2240 int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function 2250 EXPORT_SYMBOL_GPL(regmap_field_update_bits_base);
|