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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/edac/
H A Damd76x_edac.c75 u32 ecc_mode_status; member in struct:amd76x_error_info
111 &info->ecc_mode_status);
113 if (info->ecc_mode_status & BIT(8))
117 if (info->ecc_mode_status & BIT(9))
143 if (info->ecc_mode_status & BIT(8)) {
147 row = (info->ecc_mode_status >> 4) & 0xf;
156 if (info->ecc_mode_status & BIT(9)) {
160 row = info->ecc_mode_status & 0xf;

Completed in 79 milliseconds