Lines Matching defs:regmap_range_node
209 struct regmap_range_node { struct
210 struct rb_node node;
211 const char *name;
212 struct regmap *map;
214 unsigned int range_min;
215 unsigned int range_max;
217 unsigned int selector_reg;
218 unsigned int selector_mask;
219 int selector_shift;
221 unsigned int window_start;
222 unsigned int window_len;