Lines Matching defs:regmap_range_node
170 struct regmap_range_node { struct
171 struct rb_node node;
172 const char *name;
173 struct regmap *map;
175 unsigned int range_min;
176 unsigned int range_max;
178 unsigned int selector_reg;
179 unsigned int selector_mask;
180 int selector_shift;
182 unsigned int window_start;
183 unsigned int window_len;