Searched refs:smbmd_twidth (Results 1 – 4 of 4) sorted by relevance
180 if (mem->smbmd_twidth != 64) { in smbios_test_memdevice_verify_common()181 warnx("found wrong twidth: %u", mem->smbmd_twidth); in smbios_test_memdevice_verify_common()
1049 if (md.smbmd_twidth != -1u) in print_memdevice()1050 oprintf(fp, " Total Width: %u bits\n", md.smbmd_twidth); in print_memdevice()
1315 uint32_t smbmd_twidth; /* total width in bits including ecc */ member
1175 mdp->smbmd_twidth = m.smbmdev_twidth == 0xFFFF ? -1U : m.smbmdev_twidth; in smbios_info_memdevice()