Home
last modified time | relevance | path

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

/linux-6.15/drivers/ras/amd/atl/
H A Ddenormalize.c184 u16 socket_bits; in get_coh_st_id_df2() local
187 socket_bits = ctx->coh_st_fabric_id & df_cfg.socket_id_mask; in get_coh_st_id_df2()
188 socket_bits >>= df_cfg.socket_id_shift; in get_coh_st_id_df2()
190 coh_st_id |= (socket_bits & mask) << num_intlv_bits; in get_coh_st_id_df2()
205 u16 socket_bits; in get_coh_st_id_df4() local
239 socket_bits = (ctx->coh_st_fabric_id & df_cfg.socket_id_mask) >> df_cfg.socket_id_shift; in get_coh_st_id_df4()
242 coh_st_id |= socket_bits & mask; in get_coh_st_id_df4()