Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/edac/
Damd64_edac.c825 amd64_info("using %s syndromes.\n", ((pvt->ecc_sym_sz == 8) ? "x8" : "x4")); in dump_misc_regs()
1851 if (pvt->ecc_sym_sz == 8) in get_channel_from_ecc_syndrome()
1854 pvt->ecc_sym_sz); in get_channel_from_ecc_syndrome()
1855 else if (pvt->ecc_sym_sz == 4) in get_channel_from_ecc_syndrome()
1858 pvt->ecc_sym_sz); in get_channel_from_ecc_syndrome()
1860 amd64_warn("Illegal syndrome type: %u\n", pvt->ecc_sym_sz); in get_channel_from_ecc_syndrome()
1864 return map_err_sym_to_channel(err_sym, pvt->ecc_sym_sz); in get_channel_from_ecc_syndrome()
2071 pvt->ecc_sym_sz = 4; in read_mc_regs()
2079 pvt->ecc_sym_sz = 8; in read_mc_regs()
Damd64_edac.h371 u8 ecc_sym_sz; member