Lines Matching defs:regmap_range_node
182 struct regmap_range_node { struct
183 struct rb_node node;
184 const char *name;
185 struct regmap *map;
187 unsigned int range_min;
188 unsigned int range_max;
190 unsigned int selector_reg;
191 unsigned int selector_mask;
192 int selector_shift;
194 unsigned int window_start;
195 unsigned int window_len;