Lines Matching refs:chip
127 for chip in (*CHIP_NAMES, "host"):
128 if "/{}/".format(chip) in dirpath:
129 applicable = chip
207 for chip in CHIP_NAMES:
208 for config_name, chip_config_obj in chips_all_configs[chip].items():
215 …raise Exception("'{}' config {} at {}:{} also found at {}:{}".format(chip, config_name, chip_file_…
246 for chip in (*CHIP_NAMES, "host", "all"):
247 if chip in chips_all_configs:
248 all_configs = chips_all_configs[chip]
250 output_rows.add((config_name, chip))
257 for config_name, chip in sorted(output_rows):
258 config_obj = chips_all_configs[chip][config_name]
259 …], config_obj['line_number']), 'platform': "host" if chip == "host" else "rp2", 'chip': chip if ch…