Lines Matching refs:set
65 is supported in the given set of chips.
72 Generate a user-friendly comment describing the given set of chips.
76 parent is an optional set of chips supporting a parent structure, e.g.
77 where chips may be the set of chips supporting a specific enum value,
78 parent would be the set of chips supporting the field containing the enum,
141 regtype_emit = defaultdict(set)
142 enum_emit = defaultdict(set)
148 chips=set(regmap.chips),
151 type_refs=set([type_ref]) if type_ref else set(),
167 chips=set(regmap.chips),
171 type_refs=set([type_ref]) if type_ref else set(),
172 enum_refs=set([enum_ref]) if enum_ref else set(),
183 chips=set(regmap.chips),
186 enum_refs=set([enum_ref]) if enum_ref else set(),