Searched defs:regmap_update_bits_async (Results 1 – 2 of 2) sorted by relevance
1074 static inline int regmap_update_bits_async(struct regmap *map, unsigned int reg, in regmap_update_bits_async() function1588 static inline int regmap_update_bits_async(struct regmap *map, unsigned int reg, in regmap_update_bits_async() function
78 #define regmap_update_bits_async(map, reg, mask, val)\ macro