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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A De7xxx_edac.c140 u8 dram_nerr; member in struct:e7xxx_error_info
251 pci_read_config_byte(pvt->bridge_ck, E7XXX_DRAM_NERR, &info->dram_nerr);
253 if ((info->dram_ferr & 1) || (info->dram_nerr & 1)) {
261 if ((info->dram_ferr & 2) || (info->dram_nerr & 2))
268 if (info->dram_nerr & 3)
295 if (info->dram_nerr & 1) { /* check next error correctable */
306 if (info->dram_nerr & 2) { /* check next error uncorrectable */
H A De752x_edac.c220 u16 dram_nerr; member in struct:e752x_error_info
767 error_next = info->dram_nerr;
884 pci_read_config_word(dev, E752X_DRAM_NERR, &info->dram_nerr);
906 if (info->dram_nerr)
908 info->dram_nerr, info->dram_nerr);

Completed in 21 milliseconds