Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/edac/
De7xxx_edac.c142 u8 dram_nerr; member
263 pci_read_config_byte(pvt->bridge_ck, E7XXX_DRAM_NERR, &info->dram_nerr); in e7xxx_get_error_info()
265 if ((info->dram_ferr & 1) || (info->dram_nerr & 1)) { in e7xxx_get_error_info()
273 if ((info->dram_ferr & 2) || (info->dram_nerr & 2)) in e7xxx_get_error_info()
280 if (info->dram_nerr & 3) in e7xxx_get_error_info()
307 if (info->dram_nerr & 1) { /* check next error correctable */ in e7xxx_process_error_info()
318 if (info->dram_nerr & 2) { /* check next error uncorrectable */ in e7xxx_process_error_info()
De752x_edac.c240 u16 dram_nerr; member
797 error_next = info->dram_nerr; in e752x_check_dram()
914 pci_read_config_word(dev, E752X_DRAM_NERR, &info->dram_nerr); in e752x_get_error_info()
936 if (info->dram_nerr) in e752x_get_error_info()
938 info->dram_nerr, info->dram_nerr); in e752x_get_error_info()