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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/edac/
H A De7xxx_edac.c140 u8 dram_nerr; member in struct:e7xxx_error_info
257 &info->dram_nerr);
259 if ((info->dram_ferr & 1) || (info->dram_nerr & 1)) {
267 if ((info->dram_ferr & 2) || (info->dram_nerr & 2))
274 if (info->dram_nerr & 3)
300 if (info->dram_nerr & 1) { /* check next error correctable */
311 if (info->dram_nerr & 2) { /* check next error uncorrectable */
H A De752x_edac.c191 u16 dram_nerr; member in struct:e752x_error_info
602 error_next = info->dram_nerr;
703 &info->dram_nerr);
721 if (info->dram_nerr)
723 info->dram_nerr, info->dram_nerr);

Completed in 52 milliseconds