Lines Matching +full:electronic +full:- +full:serial +full:- +full:number
22 * PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED.
63 { 0x09, "DDR2 SDRAM FB-DIMM" },
64 { 0x0A, "DDR2 SDRAM FB-DIMM Probe" },
131 { 1, "Non-Monolithic Device" },
140 { 3, "SO-DIMM" },
142 { 5, "Mini-RDIMM" },
143 { 6, "Mini-UDIMM" },
144 { 7, "7 - Reserved" },
145 { 8, "72b-SO-RDIMM" },
146 { 9, "72b-SO-UDIMM" },
147 { 10, "10 - Reserved" },
148 { 11, "11 - Reserved" },
149 { 12, "16b-SO-DIMM" },
150 { 13, "32b-SO-DIMM" },
151 { 14, "14 - Reserved" },
263 { 0x54, "Hewlett-Packard" },
267 { 0x58, "MHS Electronic" },
269 { 0xda, "Winbond Electronic" },
281 { 0xe6, "PMC-Sierra" },
302 { 0xfb, "Allied-Signal" },
351 { 0x2A, "Hagiwara Sys-Com" },
399 { 0xDA, "Dane-Elec (C Memory)" },
454 { 0x8F, "E-M Solutions" },
461 { 0x16, "C-Port Corporation" },
526 { 0x57, "Com-Tier" },
556 { 0x75, "Fast-Chip" },
699 { 0x01, "T-RAM Incorporated" },
710 { 0x8C, "White Electronic Designs" },
716 { 0x92, "C-guys Incorporated" },
718 { 0x94, "Silicon-Based Technology" },
731 { 0xA1, "sci-worx GmbH" },
737 { 0xA7, "Non-cents Productions" },
773 { 0xCB, "A-DATA Technology" },
785 return -1; /* we need first 91 bytes to do our thing */ in ipmi_spd_print()
801 return -1; /* we need first 91 bytes to do our thing */ in ipmi_spd_print()
813 printf(" Number of Ranks : %d\n", ranks ); in ipmi_spd_print()
853 printf(" Serial Number : %02x%02x%02x%02x\n", in ipmi_spd_print()
856 printf(" Part Number : "); in ipmi_spd_print()
874 return -1; in ipmi_spd_print()
878 * multi-load stacked SDRAMs; however, for the purposes of in ipmi_spd_print()
880 * monolithic and multi-load stack SDRAMs as having one logical in ipmi_spd_print()
883 lrank_dimm = (spd_data[12]>>3&0x3) + 1; /* Number of Package Ranks per DIMM */ in ipmi_spd_print()
941 printf(" Serial Number : %02x%02x%02x%02x\n", in ipmi_spd_print()
944 printf(" Part Number : "); in ipmi_spd_print()
954 return (-1); in ipmi_spd_print()
956 ii = (spd_data[3] & 0x0f) + (spd_data[4] & 0x0f) - 17; in ipmi_spd_print()
1000 printf(" Part Number : %s\n", part); in ipmi_spd_print()
1003 printf(" Serial Number : %02x%02x%02x%02x\n", in ipmi_spd_print()
1032 rsp = intf->sendrecv(intf, &req); in ipmi_spd_print_fru()
1035 return -1; in ipmi_spd_print_fru()
1037 if (rsp->ccode > 0) { in ipmi_spd_print_fru()
1039 val2str(rsp->ccode, completion_code_vals)); in ipmi_spd_print_fru()
1040 return -1; in ipmi_spd_print_fru()
1043 fru.size = (rsp->data[1] << 8) | rsp->data[0]; in ipmi_spd_print_fru()
1044 fru.access = rsp->data[2] & 0x1; in ipmi_spd_print_fru()
1052 return -1; in ipmi_spd_print_fru()
1060 return -1; in ipmi_spd_print_fru()
1077 rsp = intf->sendrecv(intf, &req); in ipmi_spd_print_fru()
1082 return -1; in ipmi_spd_print_fru()
1084 if (rsp->ccode > 0) { in ipmi_spd_print_fru()
1086 val2str(rsp->ccode, completion_code_vals)); in ipmi_spd_print_fru()
1091 if (rsp->ccode == 0xc3) in ipmi_spd_print_fru()
1094 return -1; in ipmi_spd_print_fru()
1097 len = rsp->data[0]; in ipmi_spd_print_fru()
1098 memcpy(&spd_data[offset], rsp->data + 1, len); in ipmi_spd_print_fru()