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