Searched refs:regmap_field_update_bits_base (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/include/linux/ |
D | regmap.h | 87 regmap_field_update_bits_base(field, ~0, val, NULL, false, false) 89 regmap_field_update_bits_base(field, ~0, val, NULL, false, true) 91 regmap_field_update_bits_base(field, mask, val, NULL, false, false) 93 regmap_field_update_bits_base(field, mask, val, NULL, false, true) 1101 int regmap_field_update_bits_base(struct regmap_field *field, 1368 static inline int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function
|
/Linux-v5.4/drivers/base/regmap/ |
D | regmap.c | 1999 int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function 2009 EXPORT_SYMBOL_GPL(regmap_field_update_bits_base);
|