Searched refs:temp_addr_a (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/ras/amd/atl/ |
| H A D | denormalize.c | 585 u64 msb_intlv_bits, temp_addr_a, temp_addr_b; in denorm_addr_df3_6chan() local 648 ctx->ret_addr = temp_addr_a | temp_addr_b; in denorm_addr_df3_6chan() 659 u64 temp_addr_a, temp_addr_b; in denorm_addr_df4_np2() local 693 temp_addr_a = ctx->ret_addr; in denorm_addr_df4_np2() 697 temp_addr_a = expand_bits(8, 1, temp_addr_a); in denorm_addr_df4_np2() 702 temp_addr_a = expand_bits(13, 1, temp_addr_a); in denorm_addr_df4_np2() 704 temp_addr_a = expand_bits(12, 2, temp_addr_a); in denorm_addr_df4_np2() 708 temp_addr_a &= GENMASK_ULL(13, 0); in denorm_addr_df4_np2() 769 ctx->ret_addr = temp_addr_a | temp_addr_b; in denorm_addr_df4_np2() 817 u64 temp_addr_a = 0, temp_addr_b = 0; in normalize_addr_df4p5_np2() local [all …]
|