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