Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/edac/
Damd64_edac.c768 amd64_info("using %s syndromes.\n", ((pvt->ecc_sym_sz == 8) ? "x8" : "x4")); in dump_misc_regs()
2138 if (pvt->ecc_sym_sz == 8) in get_channel_from_ecc_syndrome()
2141 pvt->ecc_sym_sz); in get_channel_from_ecc_syndrome()
2142 else if (pvt->ecc_sym_sz == 4) in get_channel_from_ecc_syndrome()
2145 pvt->ecc_sym_sz); in get_channel_from_ecc_syndrome()
2147 amd64_warn("Illegal syndrome type: %u\n", pvt->ecc_sym_sz); in get_channel_from_ecc_syndrome()
2151 return map_err_sym_to_channel(err_sym, pvt->ecc_sym_sz); in get_channel_from_ecc_syndrome()
2336 pvt->ecc_sym_sz = 4; in read_mc_regs()
2348 pvt->ecc_sym_sz = 8; in read_mc_regs()
Damd64_edac.h331 u8 ecc_sym_sz; member