Lines Matching defs:regmap_range_node
198 struct regmap_range_node { struct
199 struct rb_node node;
200 const char *name;
201 struct regmap *map;
203 unsigned int range_min;
204 unsigned int range_max;
206 unsigned int selector_reg;
207 unsigned int selector_mask;
208 int selector_shift;
210 unsigned int window_start;
211 unsigned int window_len;