Home
last modified time | relevance | path

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

/linux-6.15/drivers/edac/
H A Dx38_edac.c138 u64 eccerrlog[X38_CHANNELS]; member
181 info->eccerrlog[0] = lo_hi_readq(window + X38_C0ECCERRLOG); in x38_get_and_clear_error_info()
183 info->eccerrlog[1] = lo_hi_readq(window + X38_C1ECCERRLOG); in x38_get_and_clear_error_info()
194 info->eccerrlog[0] = lo_hi_readq(window + X38_C0ECCERRLOG); in x38_get_and_clear_error_info()
196 info->eccerrlog[1] = in x38_get_and_clear_error_info()
220 log = info->eccerrlog[channel]; in x38_process_error_info()
H A Di3200_edac.c153 u64 eccerrlog[I3200_CHANNELS]; member
198 info->eccerrlog[0] = readq(window + I3200_C0ECCERRLOG); in i3200_get_and_clear_error_info()
200 info->eccerrlog[1] = readq(window + I3200_C1ECCERRLOG); in i3200_get_and_clear_error_info()
211 info->eccerrlog[0] = readq(window + I3200_C0ECCERRLOG); in i3200_get_and_clear_error_info()
213 info->eccerrlog[1] = readq(window + I3200_C1ECCERRLOG); in i3200_get_and_clear_error_info()
235 log = info->eccerrlog[channel]; in i3200_process_error_info()
H A Die31200_edac.c176 u64 eccerrlog[IE31200_CHANNELS]; member
271 info->eccerrlog[0] = lo_hi_readq(priv->c0errlog); in ie31200_get_and_clear_error_info()
273 info->eccerrlog[1] = lo_hi_readq(priv->c1errlog); in ie31200_get_and_clear_error_info()
288 info->eccerrlog[0] = lo_hi_readq(priv->c0errlog); in ie31200_get_and_clear_error_info()
290 info->eccerrlog[1] = lo_hi_readq(priv->c1errlog); in ie31200_get_and_clear_error_info()
301 info->eccerrlog[0] = lo_hi_readq(priv->c0errlog); in ie31200_get_and_clear_error_info()
303 info->eccerrlog[1] = in ie31200_get_and_clear_error_info()
330 log = info->eccerrlog[channel]; in ie31200_process_error_info()