Searched refs:dram_ferr (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.c139 u8 dram_ferr; member in struct:e7xxx_error_info
250 pci_read_config_byte(pvt->bridge_ck, E7XXX_DRAM_FERR, &info->dram_ferr);
253 if ((info->dram_ferr & 1) || (info->dram_nerr & 1)) {
261 if ((info->dram_ferr & 2) || (info->dram_nerr & 2))
265 if (info->dram_ferr & 3)
281 if (info->dram_ferr & 1) { /* check first error correctable */
288 if (info->dram_ferr & 2) { /* check first error uncorrectable */
299 if (info->dram_ferr & 1)
310 if (info->dram_ferr & 2)
H A De752x_edac.c219 u16 dram_ferr; member in struct:e752x_error_info
766 error_one = info->dram_ferr;
832 pci_read_config_word(dev, E752X_DRAM_FERR, &info->dram_ferr);
861 if (info->dram_ferr)
863 info->dram_ferr, info->dram_ferr);

Completed in 85 milliseconds