Home
last modified time | relevance | path

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

/linux/drivers/ras/amd/atl/
H A Dsystem.c53 df_cfg.component_id_mask = ~df_cfg.node_id_mask; in df2_get_masks_shifts()
58 df_cfg.component_id_mask = FIELD_GET(DF3_COMPONENT_ID_MASK, mask0); in df3_get_masks_shifts()
69 df_cfg.component_id_mask = FIELD_GET(DF4_COMPONENT_ID_MASK, mask0); in df3p5_get_masks_shifts()
273 pr_debug("component_id_mask=0x%x", df_cfg.component_id_mask); in dump_df_cfg()
H A Ddenormalize.c203 u16 mask = df_cfg.component_id_mask; in get_coh_st_id_df4()
432 component_id = phys_fabric_id & df_cfg.component_id_mask; in get_logical_coh_st_fabric_id()
582 u16 coh_st_id = ctx->coh_st_fabric_id & df_cfg.component_id_mask; in denorm_addr_df3_6chan()
658 u16 mask = df_cfg.component_id_mask; in denorm_addr_df4_np2()