Home
last modified time | relevance | path

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

/linux/drivers/ras/amd/atl/
H A Ddenormalize.c47 ctx->map.total_intlv_bits, in make_space_for_coh_st_id_at_intlv_bit()
76 if (ctx->map.total_intlv_bits <= 1) in make_space_for_coh_st_id_split_2_1()
80 return expand_bits(12, ctx->map.total_intlv_bits - 1, denorm_addr); in make_space_for_coh_st_id_split_2_1()
583 u8 total_intlv_bits = ctx->map.total_intlv_bits; in denorm_addr_df3_6chan() local
606 low_bit = 14 + np2_bits - total_intlv_bits; in denorm_addr_df3_6chan()
635 temp_addr_b |= phys_addr_msb << (low_bit - total_intlv_bits - intlv_bit); in denorm_addr_df3_6chan()
646 temp_addr_b <<= intlv_bit + total_intlv_bits; in denorm_addr_df3_6chan()
H A Dmap.c548 ctx->map.total_intlv_bits = order_base_2(ctx->map.total_intlv_chan); in calculate_intlv_bits()
757 pr_debug("total_intlv_bits=%u", map->total_intlv_bits); in dump_address_map()