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

/linux-4.1.27/drivers/edac/
H A Di3200_edac.c155 u64 eccerrlog[I3200_CHANNELS]; member in struct:i3200_error_info
200 info->eccerrlog[0] = readq(window + I3200_C0ECCERRLOG); i3200_get_and_clear_error_info()
202 info->eccerrlog[1] = readq(window + I3200_C1ECCERRLOG); i3200_get_and_clear_error_info()
213 info->eccerrlog[0] = readq(window + I3200_C0ECCERRLOG); i3200_get_and_clear_error_info()
215 info->eccerrlog[1] = readq(window + I3200_C1ECCERRLOG); i3200_get_and_clear_error_info()
237 log = info->eccerrlog[channel]; i3200_process_error_info()
H A Dx38_edac.c140 u64 eccerrlog[X38_CHANNELS]; member in struct:x38_error_info
183 info->eccerrlog[0] = lo_hi_readq(window + X38_C0ECCERRLOG); x38_get_and_clear_error_info()
185 info->eccerrlog[1] = lo_hi_readq(window + X38_C1ECCERRLOG); x38_get_and_clear_error_info()
196 info->eccerrlog[0] = lo_hi_readq(window + X38_C0ECCERRLOG); x38_get_and_clear_error_info()
198 info->eccerrlog[1] = x38_get_and_clear_error_info()
222 log = info->eccerrlog[channel]; x38_process_error_info()
H A Die31200_edac.c150 u64 eccerrlog[IE31200_CHANNELS]; member in struct:ie31200_error_info
235 info->eccerrlog[0] = lo_hi_readq(window + IE31200_C0ECCERRLOG); ie31200_get_and_clear_error_info()
237 info->eccerrlog[1] = lo_hi_readq(window + IE31200_C1ECCERRLOG); ie31200_get_and_clear_error_info()
248 info->eccerrlog[0] = lo_hi_readq(window + IE31200_C0ECCERRLOG); ie31200_get_and_clear_error_info()
250 info->eccerrlog[1] = ie31200_get_and_clear_error_info()
273 log = info->eccerrlog[channel]; ie31200_process_error_info()

Completed in 112 milliseconds