Searched refs:regmap_field_update_bits_base (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.10/include/linux/ | 
| D | regmap.h | 1204 int regmap_field_update_bits_base(struct regmap_field *field,1216 	return regmap_field_update_bits_base(field, ~0, val,  in regmap_field_write()
 1223 	return regmap_field_update_bits_base(field, ~0, val, NULL, false, true);  in regmap_field_force_write()
 1229 	return regmap_field_update_bits_base(field, mask, val,  in regmap_field_update_bits()
 1237 	return regmap_field_update_bits_base(field, mask, val,  in regmap_field_force_update_bits()
 1564 static inline int regmap_field_update_bits_base(struct regmap_field *field,  in regmap_field_update_bits_base()  function
 
 | 
| /Linux-v5.10/drivers/base/regmap/ | 
| D | regmap.c | 2147 int regmap_field_update_bits_base(struct regmap_field *field,  in regmap_field_update_bits_base()  function2157 EXPORT_SYMBOL_GPL(regmap_field_update_bits_base);
 
 |