Home
last modified time | relevance | path

Searched refs:icn_dimm_type (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/imc/
H A Dimc_test_sad.c74 .icn_dimm_type = IMC_DIMM_DDR3,
140 .icn_dimm_type = IMC_DIMM_DDR3,
215 .icn_dimm_type = IMC_DIMM_DDR3,
281 .icn_dimm_type = IMC_DIMM_DDR3,
347 .icn_dimm_type = IMC_DIMM_DDR3,
413 .icn_dimm_type = IMC_DIMM_DDR3,
487 .icn_dimm_type = IMC_DIMM_DDR3,
553 .icn_dimm_type = IMC_DIMM_DDR3,
625 .icn_dimm_type = IMC_DIMM_DDR3,
692 .icn_dimm_type = IMC_DIMM_DDR3,
[all …]
H A Dimc_test_fail.c81 .icn_dimm_type = IMC_DIMM_DDR3,
445 .icn_dimm_type = IMC_DIMM_DDR3,
533 .icn_dimm_type = IMC_DIMM_DDR3,
621 .icn_dimm_type = IMC_DIMM_DDR3,
709 .icn_dimm_type = IMC_DIMM_DDR3,
795 .icn_dimm_type = IMC_DIMM_DDR3,
883 .icn_dimm_type = IMC_DIMM_DDR3,
964 .icn_dimm_type = IMC_DIMM_DDR3,
1052 .icn_dimm_type = IMC_DIMM_DDR3,
1151 .icn_dimm_type = IMC_DIMM_DDR3,
H A Dimc_test_tad.c72 .icn_dimm_type = IMC_DIMM_DDR3,
172 .icn_dimm_type = IMC_DIMM_DDR3,
272 .icn_dimm_type = IMC_DIMM_DDR3,
407 .icn_dimm_type = IMC_DIMM_DDR3,
524 .icn_dimm_type = IMC_DIMM_DDR3,
581 .icn_dimm_type = IMC_DIMM_DDR3,
686 .icn_dimm_type = IMC_DIMM_DDR3,
743 .icn_dimm_type = IMC_DIMM_DDR3,
849 .icn_dimm_type = IMC_DIMM_DDR4,
954 .icn_dimm_type = IMC_DIMM_DDR4,
[all …]
H A Dimc_test_rir.c76 .icn_dimm_type = IMC_DIMM_DDR3,
153 .icn_dimm_type = IMC_DIMM_DDR3,
226 .icn_dimm_type = IMC_DIMM_DDR3,
313 .icn_dimm_type = IMC_DIMM_DDR3,
H A Dimc_test_basic.c60 .icn_dimm_type = IMC_DIMM_DDR3,
H A Dimc_test_badaddr.c86 .icn_dimm_type = IMC_DIMM_DDR3,
/illumos-gate/usr/src/common/mc/imc/
H A Dimc_dump.c205 fnvlist_add_uint32(nvl, "icn_dimm_type", mc->icn_dimm_type); in imc_dump_mc()
486 &mc->icn_dimm_type) != 0 || in imc_restore_mc()
/illumos-gate/usr/src/uts/intel/io/imc/
H A Dimc.c1156 if (icn->icn_dimm_type == IMC_DIMM_DDR4) { in imc_decode_mtr()
1231 icn->icn_dimm_type = IMC_DIMM_DDR3; in imc_fill_controller()
1236 icn->icn_dimm_type = IMC_DIMM_DDR4; in imc_fill_controller()
1238 icn->icn_dimm_type = IMC_DIMM_DDR3; in imc_fill_controller()
1245 icn->icn_dimm_type = IMC_DIMM_DDR4; in imc_fill_controller()
H A Dimc.h584 imc_dimm_type_t icn_dimm_type; member