Searched defs:regmap_update_bits_check (Results 1 – 2 of 2) sorted by relevance
1080 static inline int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check() function1595 static inline int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check() function
80 #define regmap_update_bits_check(map, reg, mask, val, change)\ macro