Lines Matching refs:chips
63 def get_disambiguation_suffix(chips): argument
68 oldest_chip_index = min([get_chip_index(chip) for chip in chips])
71 def get_chips_comment(chips, parent=None): argument
83 chipflags = [chip.name in chips for chip in CHIPS]
132 chips=set(regmap.chips),
140 if type_ref is not None and regtype_emit[key].isdisjoint(regmap.chips):
141 regtype_emit[key].update(regmap.chips)
151 chips=set(regmap.chips),
160 if enum_ref is not None and enum_emit[key].isdisjoint(regmap.chips):
161 enum_emit[key].update(regmap.chips)
167 chips=set(regmap.chips),
181 prev.chips.update(line.chips)
221 prev.chips.update(line.chips)
238 prev.chips.update(line.chips)
250 line.name += '_' + get_disambiguation_suffix(line.chips)
257 line.name += '_' + get_disambiguation_suffix(line.chips)
299 comment = get_chips_comment(register_line.chips)
318 comment = get_chips_comment(field_line.chips, register_line.chips)
344 comment = get_chips_comment(value_line.chips, field_line.chips)