Lines Matching defs:regmap_range_node
204 struct regmap_range_node { struct
205 struct rb_node node;
206 const char *name;
207 struct regmap *map;
209 unsigned int range_min;
210 unsigned int range_max;
212 unsigned int selector_reg;
213 unsigned int selector_mask;
214 int selector_shift;
216 unsigned int window_start;
217 unsigned int window_len;