Lines Matching refs:chips
61 def get_disambiguation_suffix(chips): argument
66 oldest_chip_index = min([get_chip_index(chip) for chip in chips])
69 def get_chips_comment(chips, parent=None): argument
81 chipflags = [chip.name in chips for chip in CHIPS]
147 chips=set(regmap.chips),
155 if type_ref is not None and regtype_emit[key].isdisjoint(regmap.chips):
156 regtype_emit[key].update(regmap.chips)
166 chips=set(regmap.chips),
175 if enum_ref is not None and enum_emit[key].isdisjoint(regmap.chips):
176 enum_emit[key].update(regmap.chips)
182 chips=set(regmap.chips),
196 prev.chips.update(line.chips)
225 prev.chips.update(line.chips)
242 prev.chips.update(line.chips)
254 line.name += '_' + get_disambiguation_suffix(line.chips)
261 line.name += '_' + get_disambiguation_suffix(line.chips)
303 comment = get_chips_comment(register_line.chips)
322 comment = get_chips_comment(field_line.chips, register_line.chips)
348 comment = get_chips_comment(value_line.chips, field_line.chips)