Searched refs:regmap_field_update_bits_base (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/include/linux/ |
D | regmap.h | 1285 int regmap_field_update_bits_base(struct regmap_field *field, 1297 return regmap_field_update_bits_base(field, ~0, val, in regmap_field_write() 1304 return regmap_field_update_bits_base(field, ~0, val, NULL, false, true); in regmap_field_force_write() 1310 return regmap_field_update_bits_base(field, mask, val, in regmap_field_update_bits() 1318 return regmap_field_update_bits_base(field, mask, val, in regmap_field_force_update_bits() 1663 static inline int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function
|
/Linux-v5.15/drivers/base/regmap/ |
D | regmap.c | 2190 int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function 2200 EXPORT_SYMBOL_GPL(regmap_field_update_bits_base);
|