Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dregmap.h1321 int regmap_field_update_bits_base(struct regmap_field *field,
1333 return regmap_field_update_bits_base(field, ~0, val, in regmap_field_write()
1340 return regmap_field_update_bits_base(field, ~0, val, NULL, false, true); in regmap_field_force_write()
1346 return regmap_field_update_bits_base(field, mask, val, in regmap_field_update_bits()
1353 return regmap_field_update_bits_base(field, bits, bits, NULL, false, in regmap_field_set_bits()
1360 return regmap_field_update_bits_base(field, bits, 0, NULL, false, in regmap_field_clear_bits()
1370 return regmap_field_update_bits_base(field, mask, val, in regmap_field_force_update_bits()
1755 static inline int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function
/Linux-v6.1/drivers/base/regmap/
Dregmap.c2312 int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function
2322 EXPORT_SYMBOL_GPL(regmap_field_update_bits_base);