Lines Matching refs:chip
144 for chip in (*CHIP_NAMES, "host"):
145 if "/{}/".format(chip) in dirpath:
146 applicable = chip
273 for chip in CHIP_NAMES:
274 for config_name, chip_config_obj in chips_all_configs[chip].items():
281 …raise Exception("'{}' config {} at {}:{} also found at {}:{}".format(chip, config_name, chip_file_…
312 for chip in (*CHIP_NAMES, "host", "all"):
313 if chip in chips_all_configs:
314 all_configs = chips_all_configs[chip]
316 output_rows.add((config_name, chip))
323 for config_name, chip in sorted(output_rows):
324 config_obj = chips_all_configs[chip][config_name]
325 …], config_obj['line_number']), 'platform': "host" if chip == "host" else "rp2", 'chip': chip if ch…