Searched refs:component_id_mask (Results 1 – 3 of 3) sorted by relevance
59 df_cfg.component_id_mask = ~df_cfg.node_id_mask; in df2_get_masks_shifts()64 df_cfg.component_id_mask = FIELD_GET(DF3_COMPONENT_ID_MASK, mask0); in df3_get_masks_shifts()75 df_cfg.component_id_mask = FIELD_GET(DF4_COMPONENT_ID_MASK, mask0); in df3p5_get_masks_shifts()281 pr_debug("component_id_mask=0x%x", df_cfg.component_id_mask); in dump_df_cfg()
203 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()
152 u16 component_id_mask; member