Searched refs:dram_nerr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | e7xxx_edac.c | 142 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()
|
H A D | e752x_edac.c | 240 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()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | e7xxx_edac.c | 142 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()
|
H A D | e752x_edac.c | 240 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()
|
Completed in 7 milliseconds