Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Die31200_edac.c198 u64 eccerrlog[IE31200_CHANNELS]; member
293 info->eccerrlog[0] = lo_hi_readq(priv->c0errlog); in ie31200_get_and_clear_error_info()
295 info->eccerrlog[1] = lo_hi_readq(priv->c1errlog); in ie31200_get_and_clear_error_info()
310 info->eccerrlog[0] = lo_hi_readq(priv->c0errlog); in ie31200_get_and_clear_error_info()
312 info->eccerrlog[1] = lo_hi_readq(priv->c1errlog); in ie31200_get_and_clear_error_info()
323 info->eccerrlog[0] = lo_hi_readq(priv->c0errlog); in ie31200_get_and_clear_error_info()
325 info->eccerrlog[1] = in ie31200_get_and_clear_error_info()
352 log = info->eccerrlog[channel]; in ie31200_process_error_info()