Searched refs:package_type (Results 1 – 3 of 3) sorted by relevance
121 package_3ds = (spd->package_type & 0x3) == 0x2; in compute_ranksize()123 die_count = (spd->package_type >> 4) & 0x7; in compute_ranksize()188 pdimm->package_3ds = (spd->package_type & 0x3) == 0x2 ? in cal_dimm_params()189 (spd->package_type >> 4) & 0x7 : 0; in cal_dimm_params()
254 package_type = sp_layout[sp]["package"] if "package" in sp_layout[sp] else "sp_pkg"256 if package_type == "sp_pkg":258 elif package_type == "tl_pkg":
57 unsigned char package_type; /* 6 Package type */ member