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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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))
144 if (info->ecc_mode_status & BIT(8)) {
148 row = (info->ecc_mode_status >> 4) & 0xf;
157 if (info->ecc_mode_status & BIT(9)) {
161 row = info->ecc_mode_status & 0xf;

Completed in 55 milliseconds