Lines Matching defs:regmap_range_node
194 struct regmap_range_node { struct
195 struct rb_node node;
196 const char *name;
197 struct regmap *map;
199 unsigned int range_min;
200 unsigned int range_max;
202 unsigned int selector_reg;
203 unsigned int selector_mask;
204 int selector_shift;
206 unsigned int window_start;
207 unsigned int window_len;