Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dregmap.h1377 int regmap_field_update_bits_base(struct regmap_field *field,
1389 return regmap_field_update_bits_base(field, ~0, val, in regmap_field_write()
1396 return regmap_field_update_bits_base(field, ~0, val, NULL, false, true); in regmap_field_force_write()
1402 return regmap_field_update_bits_base(field, mask, val, in regmap_field_update_bits()
1409 return regmap_field_update_bits_base(field, bits, bits, NULL, false, in regmap_field_set_bits()
1416 return regmap_field_update_bits_base(field, bits, 0, NULL, false, in regmap_field_clear_bits()
1426 return regmap_field_update_bits_base(field, mask, val, in regmap_field_force_update_bits()
1787 static inline int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function
/Linux-v6.6/drivers/base/regmap/
Dregmap.c2223 int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function
2233 EXPORT_SYMBOL_GPL(regmap_field_update_bits_base);