Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/edac/
Die31200_edac.c97 #define IE31200_ERRSTS_BITS (IE31200_ERRSTS_UE | IE31200_ERRSTS_CE) macro
231 IE31200_ERRSTS_BITS, IE31200_ERRSTS_BITS); in ie31200_clear_error_info()
248 if (!(info->errsts & IE31200_ERRSTS_BITS)) in ie31200_get_and_clear_error_info()
263 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_get_and_clear_error_info()
279 if (!(info->errsts & IE31200_ERRSTS_BITS)) in ie31200_process_error_info()
282 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_process_error_info()