Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/edac/
Damd64_edac.c839 amd64_info("using %s syndromes.\n", ((pvt->ecc_sym_sz == 8) ? "x8" : "x4")); in dump_misc_regs()
1889 if (pvt->ecc_sym_sz == 8) in get_channel_from_ecc_syndrome()
1892 pvt->ecc_sym_sz); in get_channel_from_ecc_syndrome()
1893 else if (pvt->ecc_sym_sz == 4) in get_channel_from_ecc_syndrome()
1896 pvt->ecc_sym_sz); in get_channel_from_ecc_syndrome()
1898 amd64_warn("Illegal syndrome type: %u\n", pvt->ecc_sym_sz); in get_channel_from_ecc_syndrome()
1902 return map_err_sym_to_channel(err_sym, pvt->ecc_sym_sz); in get_channel_from_ecc_syndrome()
2107 pvt->ecc_sym_sz = 4; in read_mc_regs()
2115 pvt->ecc_sym_sz = 8; in read_mc_regs()
Damd64_edac.h371 u8 ecc_sym_sz; member