Home
last modified time | relevance | path

Searched refs:coh_st_fabric_id (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/ras/amd/atl/
H A Ddenormalize.c163 coh_st_id = ctx->coh_st_fabric_id - get_dst_fabric_id(ctx); in get_coh_st_id_df2()
175 die_bits = ctx->coh_st_fabric_id & df_cfg.die_id_mask; in get_coh_st_id_df2()
187 socket_bits = ctx->coh_st_fabric_id & df_cfg.socket_id_mask; in get_coh_st_id_df2()
208 u16 coh_st_id = ctx->coh_st_fabric_id & mask; in get_coh_st_id_df4()
239 socket_bits = (ctx->coh_st_fabric_id & df_cfg.socket_id_mask) >> df_cfg.socket_id_shift; in get_coh_st_id_df4()
262 ctx->coh_st_fabric_id -= get_dst_fabric_id(ctx); in get_coh_st_id_mi300()
264 die_id = (ctx->coh_st_fabric_id & df_cfg.die_id_mask) >> df_cfg.die_id_shift; in get_coh_st_id_mi300()
266 channel_bits = FIELD_GET(GENMASK(3, 0), ctx->coh_st_fabric_id); in get_coh_st_id_mi300()
267 stack_bit = FIELD_GET(BIT(4), ctx->coh_st_fabric_id) << 6; in get_coh_st_id_mi300()
315 return ctx->coh_st_fabric_id - get_dst_fabric_id(ctx); in calculate_coh_st_id()
[all …]
H A Dmap.c391 ctx->coh_st_fabric_id = FIELD_GET(DF2_COH_ST_FABRIC_ID, reg); in get_coh_st_fabric_id()
393 ctx->coh_st_fabric_id = FIELD_GET(DF4p5_COH_ST_FABRIC_ID, reg); in get_coh_st_fabric_id()