Searched refs:eccerrlog (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 Di3200_edac.c142 u64 eccerrlog[I3200_CHANNELS]; member in struct:i3200_error_info
187 info->eccerrlog[0] = readq(window + I3200_C0ECCERRLOG);
189 info->eccerrlog[1] = readq(window + I3200_C1ECCERRLOG);
200 info->eccerrlog[0] = readq(window + I3200_C0ECCERRLOG);
202 info->eccerrlog[1] = readq(window + I3200_C1ECCERRLOG);
223 log = info->eccerrlog[channel];
H A Dx38_edac.c138 u64 eccerrlog[X38_CHANNELS]; member in struct:x38_error_info
186 info->eccerrlog[0] = x38_readq(window + X38_C0ECCERRLOG);
188 info->eccerrlog[1] = x38_readq(window + X38_C1ECCERRLOG);
199 info->eccerrlog[0] = x38_readq(window + X38_C0ECCERRLOG);
201 info->eccerrlog[1] =
223 log = info->eccerrlog[channel];

Completed in 115 milliseconds