Searched refs:regmap_field_update_bits_base (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | regmap.h | 1367 int regmap_field_update_bits_base(struct regmap_field *field, 1379 return regmap_field_update_bits_base(field, ~0, val, in regmap_field_write() 1386 return regmap_field_update_bits_base(field, ~0, val, NULL, false, true); in regmap_field_force_write() 1392 return regmap_field_update_bits_base(field, mask, val, in regmap_field_update_bits() 1399 return regmap_field_update_bits_base(field, bits, bits, NULL, false, in regmap_field_set_bits() 1406 return regmap_field_update_bits_base(field, bits, 0, NULL, false, in regmap_field_clear_bits() 1416 return regmap_field_update_bits_base(field, mask, val, in regmap_field_force_update_bits() 1799 static inline int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function
|
/linux-6.3-rc2/drivers/base/regmap/ |
A D | regmap.c | 2314 int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function 2324 EXPORT_SYMBOL_GPL(regmap_field_update_bits_base);
|
Completed in 12 milliseconds