Home
last modified time | relevance | path

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

/linux/drivers/ras/amd/atl/
H A Dmap.c17 ctx->map.intlv_mode = FIELD_GET(DF2_INTLV_NUM_CHAN, ctx->map.base); in df2_get_intlv_mode()
19 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()
32 ctx->map.intlv_mode = FIELD_GET(DF3_INTLV_NUM_CHAN, ctx->map.base); in df3_get_intlv_mode()
38 ctx->map.intlv_mode = FIELD_GET(DF3p5_INTLV_NUM_CHAN, ctx->map.base); in df3p5_get_intlv_mode()
40 if (ctx->map.intlv_mode == DF3_6CHAN) in df3p5_get_intlv_mode()
48 ctx->map.intlv_mode in df4_get_intlv_mode()
[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()
428 ctx->map.intlv_mode != DF3_6CHAN) in get_logical_coh_st_fabric_id()
488 switch (ctx->map.intlv_mode) { in get_logical_coh_st_fabric_id_for_current_spa()
588 if (ctx->map.intlv_mode != DF3_6CHAN) in denorm_addr_df3_6chan()
662 switch (ctx->map.intlv_mode) { in denorm_addr_df4_np2()
700 if (ctx->map.intlv_mode == DF4_NPS2_6CHAN_HASH || in denorm_addr_df4_np2()
701 ctx->map.intlv_mode == DF4_NPS1_10CHAN_HASH) { in denorm_addr_df4_np2()
703 } else if (ctx->map.intlv_mode in denorm_addr_df4_np2()
[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()