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