Searched refs:row_xor (Results 1 – 1 of 1) sorted by relevance
1899 uint8_t row_xor, col_xor; in zen_umc_decode_banks() local1916 row_xor = zen_umc_running_xor32(row_hash); in zen_umc_decode_banks()1918 bank |= (row_xor ^ col_xor ^ val) << i; in zen_umc_decode_banks()1939 uint8_t row_xor, col_xor, bank_xor; in zen_umc_decode_subchan() local1962 row_xor = zen_umc_running_xor32(row_hash); in zen_umc_decode_subchan()1966 dec->dec_dimm_subchan = subchan ^ row_xor ^ col_xor ^ bank_xor; in zen_umc_decode_subchan()