Home
last modified time | relevance | path

Searched refs:intlv_mode (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/ras/amd/atl/
H A Dmap.c19 if (ctx->map.intlv_mode == 8) in df2_get_intlv_mode()
20 ctx->map.intlv_mode = DF2_2CHAN_HASH; in df2_get_intlv_mode()
22 if (ctx->map.intlv_mode != NONE && in df2_get_intlv_mode()
23 ctx->map.intlv_mode != NOHASH_2CHAN && in df2_get_intlv_mode()
24 ctx->map.intlv_mode != DF2_2CHAN_HASH) in df2_get_intlv_mode()
40 if (ctx->map.intlv_mode == DF3_6CHAN) in df3p5_get_intlv_mode()
53 ctx->map.intlv_mode == DF3_6CHAN) in df4_get_intlv_mode()
63 if (ctx->map.intlv_mode <= NOHASH_32CHAN) in df4p5_get_intlv_mode()
75 ctx->map.intlv_mode += 0x20; in df4p5_get_intlv_mode()
475 switch (ctx->map.intlv_mode) { in get_num_intlv_chan()
[all …]
H A Ddenormalize.c123 switch (ctx->map.intlv_mode) { in make_space_for_coh_st_id()
284 switch (ctx->map.intlv_mode) { in calculate_coh_st_id()
355 switch (ctx->map.intlv_mode) { in insert_coh_st_id()
488 switch (ctx->map.intlv_mode) { in get_logical_coh_st_fabric_id_for_current_spa()
662 switch (ctx->map.intlv_mode) { in denorm_addr_df4_np2()
819 switch (ctx->map.intlv_mode) { in normalize_addr_df4p5_np2()
843 switch (ctx->map.intlv_mode) { in normalize_addr_df4p5_np2()
1015 switch (ctx->map.intlv_mode) { in check_permutations()
1127 switch (ctx->map.intlv_mode) { in init_df4p5_denorm_ctx()
1175 switch (ctx->map.intlv_mode) { in init_df4p5_denorm_ctx()
[all …]
H A Ddehash.c56 if (ctx->map.intlv_mode == DF3_COD4_2CHAN_HASH) in df3_dehash_addr()
70 if (ctx->map.intlv_mode == DF3_COD2_4CHAN_HASH) in df3_dehash_addr()
92 if (ctx->map.intlv_mode != DF3_6CHAN) { in df3_6chan_dehash_addr()
231 if (ctx->map.intlv_mode == DF4p5_NPS2_4CHAN_1K_HASH || in df4p5_dehash_addr()
232 ctx->map.intlv_mode == DF4p5_NPS1_8CHAN_1K_HASH || in df4p5_dehash_addr()
233 ctx->map.intlv_mode == DF4p5_NPS1_16CHAN_1K_HASH) in df4p5_dehash_addr()
393 switch (ctx->map.intlv_mode) { in dehash_address()
H A Dinternal.h192 enum intlv_modes intlv_mode; member
362 atl_debug(ctx, "Unrecognized interleave mode: %u", ctx->map.intlv_mode); in atl_debug_on_bad_intlv_mode()
H A Dcore.c104 if (ctx->map.intlv_mode == DF3_6CHAN) in late_hole_remove()