Searched refs:SG_MAX_CMPS_PER_BD (Results 1 – 5 of 5) sorted by relevance
61 #define SG_MAX_CMPS_PER_BD 4 macro129 #define SG_PORTID_TO_CPU_UNIT(p, c) ((p % SG_MAX_CMPS_PER_BD) | \130 ((c) * SG_MAX_CMPS_PER_BD))
59 static int sg_j_number[SG_MAX_CMPS_PER_BD][SG_NUM_ECACHE_DIMMS_PER_CPU] = {
759 return (SG_MAX_CMPS_PER_BD); in plat_max_cmp_units_per_board()770 return (SG_MAX_CMPS_PER_BD); /* each CPU die has a memory controller */ in plat_max_mc_units_per_board()
767 return (SG_MAX_CMPS_PER_BD); in plat_max_cmp_units_per_board()778 return (SG_MAX_CMPS_PER_BD); /* each CPU die has a memory controller */ in plat_max_mc_units_per_board()
2405 for (ii = 0; ii < SG_MAX_CMPS_PER_BD; ii++) { in dp_payload_add_cpus()