Home
last modified time | relevance | path

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

/linux/include/linux/
A Dregmap.h1385 int regmap_field_update_bits_base(struct regmap_field *field,
1397 return regmap_field_update_bits_base(field, ~0, val, in regmap_field_write()
1404 return regmap_field_update_bits_base(field, ~0, val, NULL, false, true); in regmap_field_force_write()
1410 return regmap_field_update_bits_base(field, mask, val, in regmap_field_update_bits()
1417 return regmap_field_update_bits_base(field, bits, bits, NULL, false, in regmap_field_set_bits()
1424 return regmap_field_update_bits_base(field, bits, 0, NULL, false, in regmap_field_clear_bits()
1434 return regmap_field_update_bits_base(field, mask, val, in regmap_field_force_update_bits()
1806 static inline int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function
/linux/drivers/base/regmap/
A Dregmap.c2228 int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function
2238 EXPORT_SYMBOL_GPL(regmap_field_update_bits_base);

Completed in 13 milliseconds