Searched refs:dram_nerr (Results 1 – 2 of 2) sorted by relevance
142 u8 dram_nerr; member263 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()
240 u16 dram_nerr; member797 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()