Searched defs:regmap_field_update_bits (Results 1 – 2 of 2) sorted by relevance
1226 static inline int regmap_field_update_bits(struct regmap_field *field, in regmap_field_update_bits() function1633 static inline int regmap_field_update_bits(struct regmap_field *field, in regmap_field_update_bits() function
92 #define regmap_field_update_bits(field, mask, val)\ macro