Searched refs:dram_nerr (Results 1 – 2 of 2) sorted by relevance
143 u8 dram_nerr; member264 pci_read_config_byte(pvt->bridge_ck, E7XXX_DRAM_NERR, &info->dram_nerr); in e7xxx_get_error_info()266 if ((info->dram_ferr & 1) || (info->dram_nerr & 1)) { in e7xxx_get_error_info()274 if ((info->dram_ferr & 2) || (info->dram_nerr & 2)) in e7xxx_get_error_info()281 if (info->dram_nerr & 3) in e7xxx_get_error_info()308 if (info->dram_nerr & 1) { /* check next error correctable */ in e7xxx_process_error_info()319 if (info->dram_nerr & 2) { /* check next error uncorrectable */ in e7xxx_process_error_info()
241 u16 dram_nerr; member798 error_next = info->dram_nerr; in e752x_check_dram()915 pci_read_config_word(dev, E752X_DRAM_NERR, &info->dram_nerr); in e752x_get_error_info()937 if (info->dram_nerr) in e752x_get_error_info()939 info->dram_nerr, info->dram_nerr); in e752x_get_error_info()