Lines Matching refs:s
124 for s in self.socs:
125 if s.name == soc_qualifier:
126 node = s
276 socs = [Soc.from_soc(systems.get_soc(s['name']), s.get('variants', []))
277 for s in board.get('socs', {})]
396 for s in board.socs:
397 if s.cpuclusters:
398 for c in s.cpuclusters:
399 id_str = s.name + '/' + c.name
404 qualifiers_list.append(s.name)
405 for v in s.variants:
406 qualifiers_list.extend(variant_v2_qualifiers(v, s.name))
440 SOCS='SOCS;' + ';'.join([s.name for s in b.socs]),