Home
last modified time | relevance | path

Searched refs:hs_key (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/libjedec/hex2spd/
H A Dlibjedec_hex2spd_ddr5.c26 .hs_key = SPD_KEY_DRAM_TYPE,
30 .hs_key = SPD_KEY_MOD_TYPE,
34 .hs_key = SPD_KEY_NBYTES_TOTAL,
38 .hs_key = SPD_KEY_REV_ENC,
42 .hs_key = SPD_KEY_REV_ADD,
46 .hs_key = SPD_KEY_BETA,
50 .hs_key = SPD_KEY_MOD_REV_ENC,
54 .hs_key = SPD_KEY_MOD_REV_ADD,
58 .hs_key = SPD_KEY_PKG_NOT_MONO,
62 .hs_key = SPD_KEY_NROW_BITS,
[all …]
H A Dlibjedec_hex2spd_ddr4.c26 .hs_key = SPD_KEY_DRAM_TYPE,
30 .hs_key = SPD_KEY_MOD_TYPE,
34 .hs_key = SPD_KEY_PKG_NOT_MONO,
38 .hs_key = SPD_KEY_TAA_MIN,
42 .hs_key = SPD_KEY_TRC_MIN,
46 .hs_key = SPD_KEY_TRAS_MIN,
50 .hs_key = SPD_KEY_TCKAVG_MAX,
54 .hs_key = SPD_KEY_TRFC1_MIN,
58 .hs_key = SPD_KEY_TRFC2_MIN,
62 .hs_key = SPD_KEY_TWTRS_MIN,
[all …]
H A Dlibjedec_hex2spd_ddr3.c26 .hs_key = SPD_KEY_DRAM_TYPE,
30 .hs_key = SPD_KEY_MOD_TYPE,
34 .hs_key = SPD_KEY_NBYTES_TOTAL,
38 .hs_key = SPD_KEY_NBYTES_USED,
42 .hs_key = SPD_KEY_CRC_DDR3_LEN,
46 .hs_key = SPD_KEY_REV_ENC,
50 .hs_key = SPD_KEY_REV_ADD,
54 .hs_key = SPD_KEY_DIE_SIZE,
58 .hs_key = SPD_KEY_NBGRP_BITS,
62 .hs_key = SPD_KEY_NBANK_BITS,
[all …]
H A Dlibjedec_hex2spd_lp5.c26 .hs_key = SPD_KEY_DRAM_TYPE,
30 .hs_key = SPD_KEY_MOD_TYPE,
34 .hs_key = SPD_KEY_NBYTES_TOTAL,
38 .hs_key = SPD_KEY_REV_ENC,
42 .hs_key = SPD_KEY_REV_ADD,
46 .hs_key = SPD_KEY_MOD_REV_ENC,
50 .hs_key = SPD_KEY_MOD_REV_ADD,
54 .hs_key = SPD_KEY_MOD_HYBRID_TYPE,
58 .hs_key = SPD_KEY_NROW_BITS,
62 .hs_key = SPD_KEY_NCOL_BITS,
[all …]
H A Dlibjedec_hex2spd_lp3.c26 .hs_key = SPD_KEY_DRAM_TYPE,
30 .hs_key = SPD_KEY_MOD_TYPE,
34 .hs_key = SPD_KEY_NBYTES_TOTAL,
38 .hs_key = SPD_KEY_NBYTES_USED,
42 .hs_key = SPD_KEY_REV_ENC,
46 .hs_key = SPD_KEY_REV_ADD,
50 .hs_key = SPD_KEY_MOD_HYBRID_TYPE,
54 .hs_key = SPD_KEY_NROW_BITS,
58 .hs_key = SPD_KEY_NCOL_BITS,
62 .hs_key = SPD_KEY_NBGRP_BITS,
[all …]
H A Dlibjedec_hex2spd_lp4.c26 .hs_key = SPD_KEY_DRAM_TYPE,
30 .hs_key = SPD_KEY_MOD_TYPE,
34 .hs_key = SPD_KEY_NBYTES_TOTAL,
38 .hs_key = SPD_KEY_NBYTES_USED,
42 .hs_key = SPD_KEY_REV_ENC,
46 .hs_key = SPD_KEY_REV_ADD,
50 .hs_key = SPD_KEY_MOD_HYBRID_TYPE,
54 .hs_key = SPD_KEY_NROW_BITS,
58 .hs_key = SPD_KEY_NCOL_BITS,
62 .hs_key = SPD_KEY_NBGRP_BITS,
[all …]
H A Dlibjedec_hex2spd.c202 spd->hs_key != NULL; spd++) { in hex2spd_test_one()
214 nvret = nvlist_lookup_uint32(nvl, spd->hs_key, &u32); in hex2spd_test_one()
218 spd->hs_key); in hex2spd_test_one()
223 spd->hs_key, u32, spd->hs_val.hs_u32); in hex2spd_test_one()
227 "matches\n", test->ht_file, spd->hs_key); in hex2spd_test_one()
231 nvret = nvlist_lookup_uint64(nvl, spd->hs_key, &u64); in hex2spd_test_one()
235 spd->hs_key); in hex2spd_test_one()
240 test->ht_file, spd->hs_key, u64, in hex2spd_test_one()
245 "matches\n", test->ht_file, spd->hs_key); in hex2spd_test_one()
249 nvret = nvlist_lookup_string(nvl, spd->hs_key, &str); in hex2spd_test_one()
[all …]
H A Dlibjedec_hex2spd.h44 const char *hs_key; member