Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/edac/
Damd64_edac.c753 amd64_info("using %s syndromes.\n", ((pvt->ecc_sym_sz == 8) ? "x8" : "x4")); in dump_misc_regs()
2123 if (pvt->ecc_sym_sz == 8) in get_channel_from_ecc_syndrome()
2126 pvt->ecc_sym_sz); in get_channel_from_ecc_syndrome()
2127 else if (pvt->ecc_sym_sz == 4) in get_channel_from_ecc_syndrome()
2130 pvt->ecc_sym_sz); in get_channel_from_ecc_syndrome()
2132 amd64_warn("Illegal syndrome type: %u\n", pvt->ecc_sym_sz); in get_channel_from_ecc_syndrome()
2136 return map_err_sym_to_channel(err_sym, pvt->ecc_sym_sz); in get_channel_from_ecc_syndrome()
2321 pvt->ecc_sym_sz = 4; in read_mc_regs()
2333 pvt->ecc_sym_sz = 8; in read_mc_regs()
Damd64_edac.h383 u8 ecc_sym_sz; member