Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/edac/
H A Die31200_edac.c120 #define IE31200_ERRSTS_BITS (IE31200_ERRSTS_UE | IE31200_ERRSTS_CE) macro
256 IE31200_ERRSTS_BITS, IE31200_ERRSTS_BITS); in ie31200_clear_error_info()
273 if (!(info->errsts & IE31200_ERRSTS_BITS)) in ie31200_get_and_clear_error_info()
288 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_get_and_clear_error_info()
304 if (!(info->errsts & IE31200_ERRSTS_BITS)) in ie31200_process_error_info()
307 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_process_error_info()
/kernel/linux/linux-6.6/drivers/edac/
H A Die31200_edac.c128 #define IE31200_ERRSTS_BITS (IE31200_ERRSTS_UE | IE31200_ERRSTS_CE) macro
264 IE31200_ERRSTS_BITS, IE31200_ERRSTS_BITS); in ie31200_clear_error_info()
281 if (!(info->errsts & IE31200_ERRSTS_BITS)) in ie31200_get_and_clear_error_info()
296 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_get_and_clear_error_info()
312 if (!(info->errsts & IE31200_ERRSTS_BITS)) in ie31200_process_error_info()
315 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_process_error_info()

Completed in 5 milliseconds