Home
last modified time | relevance | path

Searched refs:regmap_field_update_bits_base (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dregmap.h1204 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
/kernel/linux/linux-5.10/drivers/base/regmap/
Dregmap.c2148 int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function
2158 EXPORT_SYMBOL_GPL(regmap_field_update_bits_base);