Home
last modified time | relevance | path

Searched refs:ucs_row_low_bit (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/zen_umc/
H A Dzen_umc_test_ilv.c103 .ucs_row_low_bit = 0x11,
144 .ucs_row_low_bit = 0x11,
185 .ucs_row_low_bit = 0x11,
226 .ucs_row_low_bit = 0x11,
306 .ucs_row_low_bit = 0x11,
347 .ucs_row_low_bit = 0x11,
388 .ucs_row_low_bit = 0x11,
429 .ucs_row_low_bit = 0x11,
487 .ucs_row_low_bit = 0x11,
528 .ucs_row_low_bit = 0x11,
[all …]
H A Dzen_umc_test_chans.c110 .ucs_row_low_bit = 0x11,
126 .ucs_row_low_bit = 0x11,
148 .ucs_row_low_bit = 0x11,
164 .ucs_row_low_bit = 0x11,
250 .ucs_row_low_bit = 0x13,
266 .ucs_row_low_bit = 0x13,
288 .ucs_row_low_bit = 0x13,
304 .ucs_row_low_bit = 0x13,
386 .ucs_row_low_bit = 0x13,
402 .ucs_row_low_bit = 0x13,
[all …]
H A Dzen_umc_test_multi.c120 .ucs_row_low_bit = 0x11,
136 .ucs_row_low_bit = 0x11,
158 .ucs_row_low_bit = 0x11,
174 .ucs_row_low_bit = 0x11,
214 .ucs_row_low_bit = 0x11,
236 .ucs_row_low_bit = 0x11,
H A Dzen_umc_test_nps.c98 .ucs_row_low_bit = 0x12,
142 .ucs_row_low_bit = 0x12,
186 .ucs_row_low_bit = 0x12,
230 .ucs_row_low_bit = 0x12,
274 .ucs_row_low_bit = 0x12,
318 .ucs_row_low_bit = 0x12,
362 .ucs_row_low_bit = 0x12,
406 .ucs_row_low_bit = 0x12,
468 .ucs_row_low_bit = 0x12,
512 .ucs_row_low_bit = 0x12,
[all …]
H A Dzen_umc_test_hole.c97 .ucs_row_low_bit = 0x11,
138 .ucs_row_low_bit = 0x11,
179 .ucs_row_low_bit = 0x11,
220 .ucs_row_low_bit = 0x11,
306 .ucs_row_low_bit = 0x11,
346 .ucs_row_low_bit = 0x11,
386 .ucs_row_low_bit = 0x11,
426 .ucs_row_low_bit = 0x11,
H A Dzen_umc_test_remap.c99 .ucs_row_low_bit = 0x11,
142 .ucs_row_low_bit = 0x11,
185 .ucs_row_low_bit = 0x11,
228 .ucs_row_low_bit = 0x11,
349 .ucs_row_low_bit = 0x11,
409 .ucs_row_low_bit = 0x11,
469 .ucs_row_low_bit = 0x11,
529 .ucs_row_low_bit = 0x11,
H A Dzen_umc_test_cod.c98 .ucs_row_low_bit = 0x11,
141 .ucs_row_low_bit = 0x11,
185 .ucs_row_low_bit = 0x11,
229 .ucs_row_low_bit = 0x11,
309 .ucs_row_low_bit = 0x11,
353 .ucs_row_low_bit = 0x11,
397 .ucs_row_low_bit = 0x11,
441 .ucs_row_low_bit = 0x11,
485 .ucs_row_low_bit = 0x11,
529 .ucs_row_low_bit = 0x11,
H A Dzen_umc_test_basic.c97 .ucs_row_low_bit = 0x11,
175 .ucs_row_low_bit = 0x11,
191 .ucs_row_low_bit = 0x11,
H A Dzen_umc_test_errors.c258 .ucs_row_low_bit = 0x11,
434 .ucs_row_low_bit = 0x11,
/illumos-gate/usr/src/uts/intel/io/amdzen/
H A Dzen_umc.h287 uint8_t ucs_row_low_bit; member
H A Dzen_umc.c2140 cs0->ucs_row_low_bit = UMC_ADDRSEL_GET_ROW_LO(val) + in zen_umc_fill_chan_dimm_ddr4()
2142 cs1->ucs_row_low_bit = cs0->ucs_row_low_bit; in zen_umc_fill_chan_dimm_ddr4()
2375 cs->ucs_row_low_bit = UMC_ADDRSEL_GET_ROW_LO(val) + in zen_umc_fill_chan_rank_ddr5()
/illumos-gate/usr/src/common/mc/zen_umc/
H A Dzen_umc_dump.c76 fnvlist_add_uint8(nvl, "ucs_row_low_bit", cs->ucs_row_low_bit); in zen_umc_dump_cs()
383 "ucs_row_low_bit", DATA_TYPE_UINT8, &cs->ucs_row_low_bit, in zen_umc_restore_cs()
H A Dzen_umc_decode.c1241 const uint_t lo_end = cs->ucs_nrow_lo + cs->ucs_row_low_bit - 1; in zen_umc_decode_rows()
1243 row = bitx64(dec->dec_norm_addr, lo_end, cs->ucs_row_low_bit); in zen_umc_decode_rows()