Lines Matching full:col
213 uint32_t bank_hash0, bank_hash1, bank_hash2, bank_hash3, col, row, row_xor; in umc_v12_0_convert_error_address() local
220 col = (err_addr >> 1) & 0x1fULL; in umc_v12_0_convert_error_address()
226 (umc_v12_0_bit_wise_xor(col & UMC_V12_0_COL_XOR0) ^ in umc_v12_0_convert_error_address()
230 (umc_v12_0_bit_wise_xor(col & UMC_V12_0_COL_XOR1) ^ in umc_v12_0_convert_error_address()
234 (umc_v12_0_bit_wise_xor(col & UMC_V12_0_COL_XOR2) ^ in umc_v12_0_convert_error_address()
238 (umc_v12_0_bit_wise_xor(col & UMC_V12_0_COL_XOR3) ^ in umc_v12_0_convert_error_address()
274 col &= 0x3; in umc_v12_0_convert_error_address()
275 col |= (column << 2); in umc_v12_0_convert_error_address()
277 "Error Address(PA):0x%-10llx Row:0x%-4x Col:0x%-2x Bank:0x%x Channel:0x%x\n", in umc_v12_0_convert_error_address()
278 retired_page, row, col, bank, channel_index); in umc_v12_0_convert_error_address()
285 "Error Address(PA):0x%-10llx Row:0x%-4x Col:0x%-2x Bank:0x%x Channel:0x%x\n", in umc_v12_0_convert_error_address()
286 retired_page, row_xor, col, bank, channel_index); in umc_v12_0_convert_error_address()